Merge deprecated macro change for Boost.LocalFunction to release; no functionality change

[SVN r81851]
This commit is contained in:
Marshall Clow
2012-12-11 14:42:26 +00:00
parent a4d135c5e1
commit 1f49bfca3d
42 changed files with 50 additions and 50 deletions

View File

@@ -6,9 +6,9 @@
// Home at http://www.boost.org/libs/local_function
#include <boost/config.hpp>
#if !defined(BOOST_NO_AUTO_DECLARATIONS)
#if !defined(BOOST_NO_CXX11_AUTO_DECLARATIONS)
# error "auto-declarations not allowed (using `auto` as storage classifier)"
#elif defined(BOOST_NO_VARIADIC_MACROS)
#elif defined(BOOST_NO_CXX11_VARIADIC_MACROS)
# error "variadic macros required"
#else