mirror of
https://github.com/boostorg/core.git
synced 2025-05-09 23:03:54 +00:00
Add deprecation warnings for headers in detail dir
This commit is contained in:
parent
259587da7f
commit
080e8581d5
@ -6,7 +6,11 @@
|
|||||||
#ifndef ITERATOR_DWA122600_HPP_
|
#ifndef ITERATOR_DWA122600_HPP_
|
||||||
#define ITERATOR_DWA122600_HPP_
|
#define ITERATOR_DWA122600_HPP_
|
||||||
|
|
||||||
// This header is obsolete and will be deprecated.
|
// This header is obsolete and deprecated.
|
||||||
|
|
||||||
|
#include <boost/config/header_deprecated.hpp>
|
||||||
|
|
||||||
|
BOOST_HEADER_DEPRECATED("<iterator>")
|
||||||
|
|
||||||
#include <iterator>
|
#include <iterator>
|
||||||
#if defined(__SUNPRO_CC) && (defined(__SGI_STL_PORT) || defined(_STLPORT_VERSION))
|
#if defined(__SUNPRO_CC) && (defined(__SGI_STL_PORT) || defined(_STLPORT_VERSION))
|
||||||
|
@ -12,6 +12,10 @@
|
|||||||
// The header file at this path is deprecated;
|
// The header file at this path is deprecated;
|
||||||
// use boost/core/no_exceptions_support.hpp instead.
|
// use boost/core/no_exceptions_support.hpp instead.
|
||||||
|
|
||||||
|
#include <boost/config/header_deprecated.hpp>
|
||||||
|
|
||||||
|
BOOST_HEADER_DEPRECATED("<boost/core/no_exceptions_support.hpp>")
|
||||||
|
|
||||||
#include <boost/core/no_exceptions_support.hpp>
|
#include <boost/core/no_exceptions_support.hpp>
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -12,6 +12,10 @@
|
|||||||
// The header file at this path is deprecated;
|
// The header file at this path is deprecated;
|
||||||
// use boost/core/scoped_enum.hpp instead.
|
// use boost/core/scoped_enum.hpp instead.
|
||||||
|
|
||||||
|
#include <boost/config/header_deprecated.hpp>
|
||||||
|
|
||||||
|
BOOST_HEADER_DEPRECATED("<boost/core/scoped_enum.hpp>")
|
||||||
|
|
||||||
#include <boost/core/scoped_enum.hpp>
|
#include <boost/core/scoped_enum.hpp>
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
// http://www.boost.org/LICENSE_1_0.txt
|
// http://www.boost.org/LICENSE_1_0.txt
|
||||||
//
|
//
|
||||||
|
|
||||||
|
#define BOOST_ALLOW_DEPRECATED_HEADERS
|
||||||
#include <boost/detail/iterator.hpp>
|
#include <boost/detail/iterator.hpp>
|
||||||
#include <boost/core/is_same.hpp>
|
#include <boost/core/is_same.hpp>
|
||||||
#include <boost/core/lightweight_test_trait.hpp>
|
#include <boost/core/lightweight_test_trait.hpp>
|
||||||
|
@ -12,7 +12,6 @@
|
|||||||
#include <boost/core/addressof.hpp>
|
#include <boost/core/addressof.hpp>
|
||||||
#include <boost/core/checked_delete.hpp>
|
#include <boost/core/checked_delete.hpp>
|
||||||
#include <boost/core/demangle.hpp>
|
#include <boost/core/demangle.hpp>
|
||||||
#include <boost/detail/iterator.hpp>
|
|
||||||
#include <boost/core/enable_if.hpp>
|
#include <boost/core/enable_if.hpp>
|
||||||
#include <boost/core/explicit_operator_bool.hpp>
|
#include <boost/core/explicit_operator_bool.hpp>
|
||||||
#include <boost/get_pointer.hpp>
|
#include <boost/get_pointer.hpp>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user