Sprout/sprout/iterator/inserter.hpp

9 lines
265 B
C++
Raw Normal View History

2013-02-26 01:43:27 +00:00
#ifndef SPROUT_ITERATOR_INSERTER_HPP
#define SPROUT_ITERATOR_INSERTER_HPP
#include <sprout/config.hpp>
#include <sprout/iterator/back_insert_iterator.hpp>
#include <sprout/iterator/front_insert_iterator.hpp>
#endif // #ifndef SPROUT_ITERATOR_INSERTER_HPP