Closed vslashg closed 12 months ago
iteration_macros.hpp itself includes <utility>, so this inclusion ends up effectively doing
namespace boost { #include <utility> }
which is disallowed per [using.headers].
Thanks! It's easy to merge straightforward fixes like this!
iteration_macros.hpp itself includes <utility>, so this inclusion ends up effectively doing
which is disallowed per [using.headers].