12345678910111213141516171819202122 |
- #ifndef BOOST_SMART_PTR_MAKE_SHARED_HPP_INCLUDED
- #define BOOST_SMART_PTR_MAKE_SHARED_HPP_INCLUDED
- #include <boost/smart_ptr/detail/requires_cxx11.hpp>
- #include <boost/smart_ptr/make_shared_object.hpp>
- #if !defined( BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION ) && !defined( BOOST_NO_SFINAE )
- # include <boost/smart_ptr/make_shared_array.hpp>
- # include <boost/smart_ptr/allocate_shared_array.hpp>
- #endif
- #endif
|