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

@@ -13,6 +13,7 @@
// See http://www.boost.org/libs/smart_ptr/ for documentation.
//
#include <boost/smart_ptr/detail/requires_cxx11.hpp>
#include <boost/smart_ptr/detail/shared_count.hpp>
#include <boost/smart_ptr/shared_ptr.hpp>
#include <boost/smart_ptr/detail/sp_noexcept.hpp>