Posix and Linux fixes

[SVN r39174]
This commit is contained in:
Beman Dawes
2007-09-09 17:48:17 +00:00
parent 04e774f337
commit e062aaff2f

View File

@@ -197,7 +197,7 @@ int test_main( int, char ** )
BOOST_CHECK( ec == Linux::dot_dot_error ); BOOST_CHECK( ec == Linux::dot_dot_error );
BOOST_CHECK( ec == error_code( EDOTDOT, system_category ) ); BOOST_CHECK( ec == error_code( EDOTDOT, system_category ) );
BOOST_CHECK( ec == error_code( Linux::dot_dot_error, system_category ) ); BOOST_CHECK( ec == error_code( Linux::dot_dot_error, system_category ) );
BOOST_CHECK( ec.default_error_condition().category() == posix_category ); BOOST_CHECK( ec.default_error_condition().category() == system_category );
# endif # endif