|
|
|||
File indexing completed on 2025-12-15 10:08:19
0001 #ifndef BOOST_SMART_PTR_MAKE_SHARED_HPP_INCLUDED 0002 #define BOOST_SMART_PTR_MAKE_SHARED_HPP_INCLUDED 0003 0004 // make_shared.hpp 0005 // 0006 // Copyright (c) 2007, 2008, 2012 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_shared_object.hpp> 0015 #include <boost/smart_ptr/make_shared_array.hpp> 0016 #include <boost/smart_ptr/allocate_shared_array.hpp> 0017 0018 #endif // #ifndef BOOST_SMART_PTR_MAKE_SHARED_HPP_INCLUDED
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|