|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r77044 - trunk/libs/scope_exit/test
From: lorcaminiti_at_[hidden]
Date: 2012-02-16 16:35:12
Author: lcaminiti
Date: 2012-02-16 16:35:12 EST (Thu, 16 Feb 2012)
New Revision: 77044
URL: http://svn.boost.org/trac/boost/changeset/77044
Log:
Removed compilation of SCOPE_EXIT_ALL forcing no variadics because it always requires C++11.
Text files modified:
trunk/libs/scope_exit/test/Jamfile.v2 | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
Modified: trunk/libs/scope_exit/test/Jamfile.v2
==============================================================================
--- trunk/libs/scope_exit/test/Jamfile.v2 (original)
+++ trunk/libs/scope_exit/test/Jamfile.v2 2012-02-16 16:35:12 EST (Thu, 16 Feb 2012)
@@ -25,21 +25,23 @@
[ run world_void.cpp ]
[ run world_this.cpp ]
+ [ run world_this_seq.cpp ]
[ run world_this_seq.cpp : : : <define>BOOST_NO_VARIADIC_MACROS
: world_this_seq_no_variadics ]
[ run world_tpl.cpp ]
+ [ run world_tpl_seq.cpp ]
[ run world_tpl_seq.cpp : : : <define>BOOST_NO_VARIADIC_MACROS
: world_tpl_seq_no_variadics ]
[ run world_checkpoint.cpp ]
+ [ run world_checkpoint_seq.cpp ]
[ run world_checkpoint_seq.cpp : : : <define>BOOST_NO_VARIADIC_MACROS
: world_checkpoint_seq_no_variadics ]
[ run world_checkpoint_all.cpp ]
- [ run world_checkpoint_all_seq.cpp : :
- : <define>BOOST_NO_VARIADIC_MACROS
- : world_checkpoint_all_seq_no_variadics ]
+ # SCOPE_EXIT_ALL requires C++11 so do not compile forcing no variadics.
+ [ run world_checkpoint_all_seq.cpp ]
[ run world_lambda.cpp ]
;
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk