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
@@ -8,6 +8,7 @@ Distributed under the Boost Software License, Version 1.0.
#ifndef BOOST_SMART_PTR_MAKE_SHARED_ARRAY_HPP
#define BOOST_SMART_PTR_MAKE_SHARED_ARRAY_HPP
#include <boost/smart_ptr/detail/requires_cxx11.hpp>
#include <boost/core/default_allocator.hpp>
#include <boost/smart_ptr/allocate_shared_array.hpp>