*** empty log message ***

[SVN r24158]
This commit is contained in:
Thorsten Jørgen Ottosen
2004-07-29 14:20:35 +00:00
parent 5a479378d6
commit bea144c2a8
9 changed files with 78 additions and 6 deletions

View File

@ -9,6 +9,13 @@
//
#include <boost/config.hpp>
#if BOOST_WORAROUND(__BORLANDC__, BOOST_TESTED_AT(0x564))
# pragma warn -8091 // supress warning in Boost.Test
# pragma warn -8057 // unused argument argc/argv in Boost.Test
#endif
#include <boost/range/rbegin.hpp>
#include <boost/range/rend.hpp>
#include <boost/range/begin.hpp>