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:
Marcel Raad 2016-12-21 08:22:35 +01:00 committed by GitHub
parent 3e8f73c6ac
commit c5c479d49c

View File

@ -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