forked from boostorg/config
Fix typo, see https://svn.boost.org/trac/boost/ticket/10590
This commit is contained in:
@ -31,7 +31,7 @@
|
||||
# define BOOST_NO_CXX11_ALLOCATOR
|
||||
#endif
|
||||
|
||||
#if __cpluplus < 201103
|
||||
#if __cplusplus < 201103
|
||||
# define BOOST_NO_CXX11_HDR_ARRAY
|
||||
# define BOOST_NO_CXX11_HDR_CODECVT
|
||||
# define BOOST_NO_CXX11_HDR_CONDITION_VARIABLE
|
||||
|
Reference in New Issue
Block a user