123456789101112131415161718 |
- #ifndef BOOST_SMART_PTR_MAKE_LOCAL_SHARED_HPP_INCLUDED
- #define BOOST_SMART_PTR_MAKE_LOCAL_SHARED_HPP_INCLUDED
- #include <boost/smart_ptr/detail/requires_cxx11.hpp>
- #include <boost/smart_ptr/make_local_shared_object.hpp>
- #include <boost/smart_ptr/make_local_shared_array.hpp>
- #endif
|