Merge pull request #27 from MarcelRaad/patch-1

Use non-deprecated include paths
This commit is contained in:
Andrey Semashev 2016-12-21 12:20:20 +04:00 committed by GitHub
commit ccfd741c0a

View File

@ -14,8 +14,8 @@
#include <boost/utility/binary.hpp>
#include <boost/utility/enable_if.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/noncopyable.hpp>
#endif // BOOST_UTILITY_HPP