forked from boostorg/config
undo incorrect BOOST_STRICT_CONFIG changes
[SVN r15567]
This commit is contained in:
@ -26,8 +26,7 @@
|
||||
# define BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP
|
||||
#endif
|
||||
|
||||
#if (__EDG_VERSION__ <= 244) && !defined(BOOST_NO_TEMPLATE_TEMPLATES) \
|
||||
&& !defined(BOOST_STRICT_CONFIG)
|
||||
#if (__EDG_VERSION__ <= 244) && !defined(BOOST_NO_TEMPLATE_TEMPLATES)
|
||||
# define BOOST_NO_TEMPLATE_TEMPLATES
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user