mirror of
https://github.com/boostorg/filesystem.git
synced 2026-01-31 20:22:07 +00:00
VC++ 6.0, 7.0 now working
[SVN r30961]
This commit is contained in:
@@ -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() );
|
||||
|
||||
Reference in New Issue
Block a user