*** empty log message ***

[SVN r27192]
This commit is contained in:
Thorsten Jørgen Ottosen
2005-02-06 22:22:45 +00:00
parent 92c5ce8ffa
commit 1451d487e1
3 changed files with 11 additions and 112 deletions

View File

@ -15,9 +15,19 @@
# pragma once
#endif
#if _MSC_VER == 1300 // experiment
#include <boost/range/detail/collection_traits.hpp>
#include <boost/range/iterator_range.hpp>
#include <boost/range/sub_range.hpp>
#else
#include <boost/range/functions.hpp>
#include <boost/range/metafunctions.hpp>
#include <boost/range/iterator_range.hpp>
#include <boost/range/sub_range.hpp>
#endif // _MSC_VER == 1300 // experiment
#endif