forked from boostorg/move
Add forward declaration to contiguous_iterator_tag.
This commit is contained in:
@@ -33,6 +33,7 @@ struct forward_iterator_tag;
|
||||
struct bidirectional_iterator_tag;
|
||||
struct random_access_iterator_tag;
|
||||
struct output_iterator_tag;
|
||||
struct contiguous_iterator_tag;
|
||||
|
||||
BOOST_MOVE_STD_NS_END
|
||||
#include <boost/move/detail/std_ns_end.hpp>
|
||||
|
Reference in New Issue
Block a user