Ticket #2573: unit_test_main.ipp-BOOST_MSVC.2.diff
File unit_test_main.ipp-BOOST_MSVC.2.diff, 584 bytes (added by , 14 years ago) |
---|
-
/
old new 103 103 explicit test_case_filter( const_string tc_to_tun ) 104 104 : m_depth( 0 ) 105 105 { 106 #if !defined(__BORLANDC__) && BOOST_WORKAROUND( BOOST_MSVC, >= 1300)106 #if !defined(__BORLANDC__) && ( !defined(BOOST_MSVC) || BOOST_WORKAROUND( BOOST_MSVC, >= 1300) ) 107 107 string_token_iterator tit( tc_to_tun, (dropped_delimeters = "/", kept_delimeters = dt_none) ); 108 108 109 109 while( tit != string_token_iterator() ) {