Add C++03 deprecation notice

This commit is contained in:
Peter Dimov
2023-03-06 03:54:51 +02:00
parent 861622d329
commit 78fd14f412
21 changed files with 45 additions and 0 deletions

View File

@@ -11,6 +11,7 @@
//
// See http://www.boost.org/libs/smart_ptr/ for documentation.
#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 )