Ticket #13060: boost_test_gcc_4.2.1.diff

File boost_test_gcc_4.2.1.diff, 567 bytes (added by slobodyanukma@…, 5 years ago)

Fix the issue

  • boost/test/tools/detail/print_helper.hpp

    old new  
    8686        std::streamsize old_precision = set_precision( ostr, cant_use_nl() );
    8787
    8888        //ostr << t;
    89         using boost::test_tools::tt_detail::boost_test_print_type;
    90         boost_test_print_type(ostr, t);
     89        boost::test_tools::tt_detail::boost_test_print_type(ostr, t);
    9190
    9291        if( old_precision != (std::streamsize)-1 )
    9392            ostr.precision( old_precision );