Update test for C++11 std::allocator to check that member rebind is a template alias. Update config headers to match.

This commit is contained in:
jzmaddock
2014-02-06 13:29:59 +00:00
parent 9ea9842ace
commit 08392fd952
2 changed files with 5 additions and 1 deletions

View File

@@ -134,7 +134,6 @@
# define BOOST_NO_CXX11_HDR_MUTEX
# define BOOST_NO_CXX11_HDR_RATIO
# define BOOST_NO_CXX11_HDR_THREAD
# define BOOST_NO_CXX11_ALLOCATOR
# define BOOST_NO_CXX11_ATOMIC_SMART_PTR
#endif
@@ -143,6 +142,7 @@
#if !defined(_CPPLIB_VER) || _CPPLIB_VER < 610
# define BOOST_NO_CXX11_HDR_INITIALIZER_LIST
# define BOOST_NO_CXX11_HDR_ATOMIC
# define BOOST_NO_CXX11_ALLOCATOR
#endif
#ifdef _CPPLIB_VER