diff options
Diffstat (limited to 'boost/utility.hpp')
-rw-r--r-- | boost/utility.hpp | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/boost/utility.hpp b/boost/utility.hpp index 0aacb8bc36..5ac9ecbd85 100644 --- a/boost/utility.hpp +++ b/boost/utility.hpp @@ -9,13 +9,16 @@ #ifndef BOOST_UTILITY_HPP #define BOOST_UTILITY_HPP -#include <boost/utility/addressof.hpp> +// Use of this header is discouraged and it will be deprecated. +// Please include one or more of the headers below instead. + #include <boost/utility/base_from_member.hpp> #include <boost/utility/binary.hpp> -#include <boost/utility/enable_if.hpp> #include <boost/utility/identity_type.hpp> + +#include <boost/core/addressof.hpp> +#include <boost/core/enable_if.hpp> #include <boost/core/checked_delete.hpp> #include <boost/core/noncopyable.hpp> -#include <boost/next_prior.hpp> #endif // BOOST_UTILITY_HPP |