undo incorrect BOOST_STRICT_CONFIG changes

[SVN r15567]
This commit is contained in:
Aleksey Gurtovoy
2002-09-30 05:21:38 +00:00
parent b0310d66ea
commit c980eca229

View File

@ -26,8 +26,7 @@
# define BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP # define BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP
#endif #endif
#if (__EDG_VERSION__ <= 244) && !defined(BOOST_NO_TEMPLATE_TEMPLATES) \ #if (__EDG_VERSION__ <= 244) && !defined(BOOST_NO_TEMPLATE_TEMPLATES)
&& !defined(BOOST_STRICT_CONFIG)
# define BOOST_NO_TEMPLATE_TEMPLATES # define BOOST_NO_TEMPLATE_TEMPLATES
#endif #endif