Compare commits

..

4 Commits

Author SHA1 Message Date
nobody
176098bae9 This commit was manufactured by cvs2svn to create tag
'Version_1_32_0'.

[SVN r26264]
2004-11-19 19:19:18 +00:00
Aleksey Gurtovoy
f4b9c8afe7 commented out undocumented additions
[SVN r26240]
2004-11-19 04:51:52 +00:00
Aleksey Gurtovoy
639fbca153 move TODO into comments
[SVN r26239]
2004-11-19 04:44:10 +00:00
nobody
dfdbca0610 This commit was manufactured by cvs2svn to create branch 'RC_1_32_0'.
[SVN r25797]
2004-10-20 08:26:43 +00:00

View File

@@ -71,7 +71,7 @@ void run_test_cases( BOOST_EXPLICIT_TEMPLATE_TYPE(Block) )
std::ios::eofbit | std::ios::failbit
};
static std::string strings[] = {
std::string strings[] = {
std::string(""),
std::string("0"),
std::string("1"),
@@ -179,7 +179,7 @@ void run_test_cases( BOOST_EXPLICIT_TEMPLATE_TYPE(Block) )
const std::string spaces = "\t\n "; //"\t\n\v\f ";
const std::string long_string = get_long_string();
/*const*/ static std::string strings[] = {
/*const*/ std::string strings[] = {
// NOTE: "const" gives the usual problems with Borland
// (in Tests::stream_extractor instantiation)