Lorenzo Caminiti
3203e349ad
Wrapped a metafunction call into a local struct to try to workaround a problem with add_template on the intel compiler.
...
[SVN r77820]
2012-04-07 18:45:13 +00:00
Lorenzo Caminiti
b28b1fae1d
Added a temporary workaround the Boost.Config bug that causes Boost.Typeof to fail on Sun (Jamfile <define>__typeof__=__typeof__ so Boost.Config does not define __typeof__ to be typeof).
...
[SVN r77770]
2012-04-04 21:15:16 +00:00
Lorenzo Caminiti
633a774276
Compiling all ScopeExit and LocalFunction tests and examples on GCC with and without type-of emulation mode.
...
Added LocalFunction configuration macro to force use or not use of locals as template parameters.
[SVN r77765]
2012-04-04 19:35:34 +00:00
Lorenzo Caminiti
3b8fe255c4
Fixing LocalFunction to work in type-of emulation mode.
...
[SVN r77755]
2012-04-04 15:35:30 +00:00
Lorenzo Caminiti
337638616a
Fixed a couple of typos in LocalFunction tests and examples.
...
[SVN r77749]
2012-04-03 20:36:02 +00:00
Lorenzo Caminiti
5c0948bf6e
Reworked all LocalFunction tests and examples to use Boost.Detail/LightweightTest (instead of Boost.Test) and test sequence syntax without variadic macros (..._nova tests).
...
[SVN r77747]
2012-04-03 19:40:20 +00:00
Lorenzo Caminiti
96d30479a9
Split Utility/IdentityType and Functional/OverloadedFunction tests into smaller tests.
...
Updated docs for ScopeExit, LocalFunction, Utility/IdentityType, and Functional/OverloadedFunction.
[SVN r77484]
2012-03-22 20:54:20 +00:00
Lorenzo Caminiti
0bae08f783
Renamed cpp11 to cxx11 in LocalFunction.
...
Added _ID to ScopeExit and LocalFunction.
[SVN r77425]
2012-03-20 02:14:14 +00:00
Lorenzo Caminiti
4f7c9e0607
Added tests for ScopeExit and LocalFunction _ID macros.
...
[SVN r77407]
2012-03-19 18:09:12 +00:00
Lorenzo Caminiti
76f141d17e
Renamed add_params test to add_params_only (and updated docs).
...
[SVN r77084]
2012-02-20 21:46:46 +00:00
Lorenzo Caminiti
0a7ee44cff
Added sequence syntax for a test.
...
[SVN r77082]
2012-02-20 20:20:36 +00:00
Lorenzo Caminiti
b84f29c030
Added test for sequence syntax (to run with and without variadic macro support) and disabled variadic syntax test when variadic macros are not supported.
...
Updated docs.
[SVN r77078]
2012-02-20 20:07:29 +00:00
Lorenzo Caminiti
259533b62b
Fixed a bug in BOOST_LOCAL_FUNCTION_DETAIL_PP_VOID_LIST: a typo VOId -> VOID.
...
Fixed a bug in scope_exit.hpp: An extra trailing \ in a macro definition (compiled only when BOOST_NO_VARIADIC_MACROS is defined).
Renamed LocalFunction and ScopeExit tests and examples from _err to _error.
Updated LocalFunction docs.
[SVN r77042]
2012-02-16 18:24:34 +00:00
Lorenzo Caminiti
3339fccc83
Added LocalFunction tests.
...
[SVN r77022]
2012-02-15 00:36:53 +00:00