Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-12-16 10:08:51

0001 #ifndef BOOST_SMART_PTR_MAKE_LOCAL_SHARED_HPP_INCLUDED
0002 #define BOOST_SMART_PTR_MAKE_LOCAL_SHARED_HPP_INCLUDED
0003 
0004 //  make_local_shared.hpp
0005 //
0006 //  Copyright 2017 Peter Dimov
0007 //
0008 //  Distributed under the Boost Software License, Version 1.0.
0009 //  See accompanying file LICENSE_1_0.txt or copy at
0010 //  http://www.boost.org/LICENSE_1_0.txt
0011 //
0012 //  See http://www.boost.org/libs/smart_ptr/ for documentation.
0013 
0014 #include <boost/smart_ptr/make_local_shared_object.hpp>
0015 #include <boost/smart_ptr/make_local_shared_array.hpp>
0016 
0017 #endif // #ifndef BOOST_SMART_PTR_MAKE_LOCAL_SHARED_HPP_INCLUDED