mirror of
https://github.com/boostorg/config.git
synced 2025-07-30 04:17:16 +02:00
Change regex to make use of new Boost.Config macros.
[SVN r62331]
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user