Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r77768 - trunk/boost/local_function
From: lorcaminiti_at_[hidden]
Date: 2012-04-04 16:19:40


Author: lcaminiti
Date: 2012-04-04 16:19:39 EDT (Wed, 04 Apr 2012)
New Revision: 77768
URL: http://svn.boost.org/trac/boost/changeset/77768

Log:
Checked all ScopeExit and LocalFunction tests and examples compile in both native and emulation type-of mode.
Text files modified:
   trunk/boost/local_function/config.hpp | 5 -----
   1 files changed, 0 insertions(+), 5 deletions(-)

Modified: trunk/boost/local_function/config.hpp
==============================================================================
--- trunk/boost/local_function/config.hpp (original)
+++ trunk/boost/local_function/config.hpp 2012-04-04 16:19:39 EDT (Wed, 04 Apr 2012)
@@ -30,11 +30,6 @@
 # undef BOOST_LOCAL_FUNCTION_CONFIG_LOCALS_AS_TPARAMS
 # define BOOST_LOCAL_FUNCTION_CONFIG_LOCALS_AS_TPARAMS 1
 #endif
-#if BOOST_LOCAL_FUNCTION_CONFIG_LOCALS_AS_TPARAMS
-# warning "locals as tparams"
-#else
-# warning "no locals as tparams"
-#endif
 
 #else // DOXYGEN
 


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