added deprecated headers again for backward compatibility sake

[SVN r40629]
This commit is contained in:
Thorsten Jørgen Ottosen
2007-10-31 21:48:11 +00:00
parent 06c54ccd48
commit 68a63cab85
4 changed files with 100 additions and 0 deletions

View File

@ -16,7 +16,10 @@
#endif
#include <boost/range/iterator.hpp>
#include <boost/range/result_iterator.hpp>
#include <boost/range/reverse_iterator.hpp>
#include <boost/range/const_reverse_iterator.hpp>
#include <boost/range/reverse_result_iterator.hpp>
#include <boost/range/value_type.hpp>
#include <boost/range/size_type.hpp>
#include <boost/range/difference_type.hpp>