VC++ 6.0, 7.0 now working

[SVN r30961]
This commit is contained in:
Beman Dawes
2005-09-13 20:20:47 +00:00
parent d7bd7c6991
commit e04ccfcf2d
3 changed files with 30 additions and 18 deletions

View File

@@ -232,8 +232,10 @@ int test_main( int, char*[] )
p4 /= path( "foo" );
p4 /= "foo";
p4 /= std::string( "foo" );
# ifndef BOOST_NO_MEMBER_TEMPLATES
BOOST_CHECK( p4.string() == path( p4.string().begin(), p4.string().end() ).string() );
# endif
BOOST_CHECK( p1 != p4 );
BOOST_CHECK( p1.string() == p2.string() );
BOOST_CHECK( p1.string() == p3.string() );