add a range_fwd.hpp header file for the main classes/structs and the extension points.

This commit is contained in:
Neil Groves
2014-06-05 19:10:19 +01:00
parent 4c8164a9aa
commit fe1a592e46
5 changed files with 68 additions and 4 deletions

View File

@ -16,6 +16,7 @@
#endif
#include <boost/range/config.hpp>
#include <boost/range/range_fwd.hpp>
#include <boost/range/mutable_iterator.hpp>
#include <boost/range/const_iterator.hpp>
#include <boost/type_traits/is_const.hpp>