Issue deprecation messages when a macro slated for removal is defined

This commit is contained in:
Peter Dimov
2024-10-01 17:56:33 +03:00
parent 7f7e3748cf
commit b0200dd829
8 changed files with 59 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/sp_noexcept.hpp>
#include <boost/smart_ptr/detail/deprecated_macros.hpp>
#include <boost/core/checked_delete.hpp>
#include <boost/assert.hpp>
#include <boost/config.hpp>