123456789101112131415161718192021 |
- #ifndef BOOST_SMART_PTR_MAKE_SHARED_HPP_INCLUDED
- #define BOOST_SMART_PTR_MAKE_SHARED_HPP_INCLUDED
- #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
|