mirror of
https://github.com/boostorg/utility.git
synced 2025-05-09 15:04:00 +00:00
Use non-deprecated include paths
According to the comments in these two headers, the files in the core directory should be used instead.
This commit is contained in:
parent
3e8f73c6ac
commit
c5c479d49c
@ -14,8 +14,8 @@
|
|||||||
#include <boost/utility/binary.hpp>
|
#include <boost/utility/binary.hpp>
|
||||||
#include <boost/utility/enable_if.hpp>
|
#include <boost/utility/enable_if.hpp>
|
||||||
#include <boost/utility/identity_type.hpp>
|
#include <boost/utility/identity_type.hpp>
|
||||||
#include <boost/checked_delete.hpp>
|
#include <boost/core/checked_delete.hpp>
|
||||||
|
#include <boost/core/noncopyable.hpp>
|
||||||
#include <boost/next_prior.hpp>
|
#include <boost/next_prior.hpp>
|
||||||
#include <boost/noncopyable.hpp>
|
|
||||||
|
|
||||||
#endif // BOOST_UTILITY_HPP
|
#endif // BOOST_UTILITY_HPP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user