[boost][range] - Added has_range_iterator and has_range_const_iterator. Trac ticket 4296.

[SVN r67433]
This commit is contained in:
Neil Groves
2010-12-23 18:10:09 +00:00
parent 4fc942f45e
commit 9cf925c079
98 changed files with 641 additions and 472 deletions

1
include/boost/range/metafunctions.hpp Executable file → Normal file
View File

@ -16,6 +16,7 @@
#endif
#include <boost/range/iterator.hpp>
#include <boost/range/has_range_iterator.hpp>
#include <boost/range/result_iterator.hpp>
#include <boost/range/reverse_iterator.hpp>
#include <boost/range/const_reverse_iterator.hpp>