Conditionally compile allocate_local_shared tests

This commit is contained in:
Glen Fernandes
2017-06-29 13:26:52 -04:00
parent be736e5088
commit 864a0c80dd
16 changed files with 108 additions and 6 deletions

View File

@@ -5,10 +5,11 @@ Copyright 2012-2015 Glen Joseph Fernandes
Distributed under the Boost Software License, Version 1.0.
(http://www.boost.org/LICENSE_1_0.txt)
*/
#include <boost/config.hpp>
#if !defined(BOOST_NO_CXX11_ALLOCATOR)
#include <boost/core/lightweight_test.hpp>
#include <boost/smart_ptr/make_shared.hpp>
#if !defined(BOOST_NO_CXX11_ALLOCATOR)
struct allow { };
template<class T = void>