Remove dependency on iterator in <boost/utility.hpp>

This commit is contained in:
Peter Dimov 2017-12-02 03:38:29 +02:00
parent ad0fc7c9d3
commit b74f49f1e5

View File

@ -16,6 +16,5 @@
#include <boost/utility/identity_type.hpp> #include <boost/utility/identity_type.hpp>
#include <boost/core/checked_delete.hpp> #include <boost/core/checked_delete.hpp>
#include <boost/core/noncopyable.hpp> #include <boost/core/noncopyable.hpp>
#include <boost/next_prior.hpp>
#endif // BOOST_UTILITY_HPP #endif // BOOST_UTILITY_HPP