forked from boostorg/config
Enabled BOOST_HAS_PARTIAL_STD_ALLOCATOR for vc7
[SVN r18376]
This commit is contained in:
@ -24,6 +24,7 @@
|
|||||||
# if !(defined(_HAS_MEMBER_TEMPLATES_REBIND) && (_HAS_MEMBER_TEMPLATES_REBIND+0 > 0)) && !(defined(_MSC_VER) && (_MSC_VER > 1300)) && defined(BOOST_MSVC)
|
# if !(defined(_HAS_MEMBER_TEMPLATES_REBIND) && (_HAS_MEMBER_TEMPLATES_REBIND+0 > 0)) && !(defined(_MSC_VER) && (_MSC_VER > 1300)) && defined(BOOST_MSVC)
|
||||||
# define BOOST_NO_STD_ALLOCATOR
|
# define BOOST_NO_STD_ALLOCATOR
|
||||||
# endif
|
# endif
|
||||||
|
# define BOOST_HAS_PARTIAL_STD_ALLOCATOR
|
||||||
# if defined(_MSC_VER) && (_MSC_VER < 1300)
|
# if defined(_MSC_VER) && (_MSC_VER < 1300)
|
||||||
// if this lib version is set up for vc6 then there is no std::use_facet:
|
// if this lib version is set up for vc6 then there is no std::use_facet:
|
||||||
# define BOOST_NO_STD_USE_FACET
|
# define BOOST_NO_STD_USE_FACET
|
||||||
@ -56,6 +57,7 @@
|
|||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#if (defined(_MSC_VER) && (_MSC_VER <= 1300)) || !defined(_CPPLIB_VER) || (_CPPLIB_VER < 306)
|
#if (defined(_MSC_VER) && (_MSC_VER <= 1300)) || !defined(_CPPLIB_VER) || (_CPPLIB_VER < 306)
|
||||||
// if we're using a dinkum lib that's
|
// if we're using a dinkum lib that's
|
||||||
// been configured for VC6/7 then there is
|
// been configured for VC6/7 then there is
|
||||||
|
Reference in New Issue
Block a user