Add insert_iterator forward declaration.

This commit is contained in:
Ion Gaztañaga
2015-01-09 21:19:35 +01:00
parent f7cc3c4f74
commit 984be81160

View File

@@ -49,6 +49,9 @@ struct forward_iterator_tag;
struct bidirectional_iterator_tag; struct bidirectional_iterator_tag;
struct random_access_iterator_tag; struct random_access_iterator_tag;
template<class Container>
class insert_iterator;
BOOST_CONTAINER_STD_NS_END BOOST_CONTAINER_STD_NS_END
#ifdef BOOST_CONTAINER_CLANG_INLINE_STD_NS #ifdef BOOST_CONTAINER_CLANG_INLINE_STD_NS