mirror of
https://github.com/boostorg/local_function.git
synced 2026-01-31 08:12:28 +00:00
Merge deprecated macro change for Boost.LocalFunction to release; no functionality change
[SVN r81851]
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user