mirror of
https://github.com/boostorg/config.git
synced 2025-09-27 00:01:04 +02:00
VC7.1 requires BOOST_NO_CXX11_LOCAL_CLASS_TEMPLATE_PARAMETERS
This commit is contained in:
@@ -55,6 +55,7 @@
|
|||||||
# define BOOST_NO_CXX11_EXTERN_TEMPLATE
|
# define BOOST_NO_CXX11_EXTERN_TEMPLATE
|
||||||
// Variadic macros do not exist for VC7.1 and lower
|
// Variadic macros do not exist for VC7.1 and lower
|
||||||
# define BOOST_NO_CXX11_VARIADIC_MACROS
|
# define BOOST_NO_CXX11_VARIADIC_MACROS
|
||||||
|
# define BOOST_NO_CXX11_LOCAL_CLASS_TEMPLATE_PARAMETERS
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if _MSC_VER < 1500 // 140X == VC++ 8.0
|
#if _MSC_VER < 1500 // 140X == VC++ 8.0
|
||||||
|
Reference in New Issue
Block a user