Include remove_reference.hpp only when needed.

This commit is contained in:
Andrey Semashev 2022-07-01 00:23:19 +03:00
parent 129245a985
commit a3269e536f

View File

@ -16,7 +16,9 @@
#include <boost/core/enable_if.hpp>
#include <boost/type_traits/is_same.hpp>
#include <boost/type_traits/remove_cv.hpp>
#ifndef BOOST_NO_CXX11_RVALUE_REFERENCES
#include <boost/type_traits/remove_reference.hpp>
#endif
namespace boost {
namespace iterators {