mirror of
https://github.com/boostorg/smart_ptr.git
synced 2025-10-20 03:15:25 +02:00
Conditionally compile allocate_local_shared tests
This commit is contained in:
@@ -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_UNIFIED_INITIALIZATION_SYNTAX)
|
||||
#include <boost/core/lightweight_test.hpp>
|
||||
#include <boost/smart_ptr/make_shared.hpp>
|
||||
|
||||
#if !defined(BOOST_NO_CXX11_UNIFIED_INITIALIZATION_SYNTAX)
|
||||
int main()
|
||||
{
|
||||
{
|
||||
|
Reference in New Issue
Block a user