diff --git a/test/mfc.cpp b/test/mfc.cpp index 748030d..5ce8af2 100755 --- a/test/mfc.cpp +++ b/test/mfc.cpp @@ -35,7 +35,7 @@ void check_mfc() CString s = "hello world"; BOOST_CHECK( boost::begin( s ) + boost::size( s ) == boost::end( s ) ); BOOST_CHECK( boost::size( s ) == boost::size( "hello world" ) ); - BOOST_CHECK( !empty( s ) ); + BOOST_CHECK( !boost::empty( s ) ); }