2
0
mirror of https://github.com/boostorg/test.git synced 2026-02-18 02:22:09 +00:00

*** empty log message ***

[SVN r29529]
This commit is contained in:
Gennadiy Rozental
2005-06-11 19:20:58 +00:00
parent 74741f791d
commit 19d98cff27
5 changed files with 56 additions and 45 deletions

View File

@@ -15,9 +15,7 @@
// Boost.Test
#define BOOST_AUTO_TEST_MAIN
#include <boost/test/auto_unit_test.hpp>
#include <boost/test/utils/iterator/token_iterator.hpp>
namespace utf = boost::unit_test;
// BOOST
#include <boost/iterator/transform_iterator.hpp>
@@ -31,6 +29,8 @@ namespace utf = boost::unit_test;
namespace std{ using ::toupper; using ::tolower; }
#endif
namespace utf = boost::unit_test;
//____________________________________________________________________________//
static utf::string_token_iterator sti_end;
@@ -191,6 +191,9 @@ BOOST_AUTO_TEST_CASE( test_istream_token_iterator )
// History :
//
// $Log$
// Revision 1.12 2005/06/11 19:20:58 rogeeff
// *** empty log message ***
//
// Revision 1.11 2005/06/05 18:10:59 grafik
// named_param.hpp; Work around CW not handling operator, using declaration, by using a real operator,().
// token_iterator_test.cpp; Work around CW-8 confused with array initialization.