Change regex to make use of new Boost.Config macros.

[SVN r62331]
This commit is contained in:
John Maddock
2010-05-30 17:24:45 +00:00
parent 2b40995d16
commit 915cd05f0e

View File

@ -59,10 +59,12 @@
//
// See above for BOOST_NO_LONG_LONG
//
#if (__EDG_VERSION__ < 310)
# define BOOST_NO_EXTERN_TEMPLATE
#endif
#if (__EDG_VERSION__ <= 310) || !defined(BOOST_STRICT_CONFIG)
// No support for initializer lists
# define BOOST_NO_INITIALIZER_LISTS
# define BOOST_NO_EXTERN_TEMPLATE
#endif
#define BOOST_NO_AUTO_DECLARATIONS