|
Boost : |
From: Kevin Wheatley (hxpro_at_[hidden])
Date: 2005-08-16 03:52:27
Under MIPS pro va_end() is a null macro and this then causes a
warning, so I assume that the commas should be semi-colons.
Kevin
--- boost_1_33_0_gcc_3.2.3/include/boost-1_33/boost/test/impl/test_tools.ipp 2005-06-22 23:03:05.000000000 +0100 +++ boost_1_33_0/boost/test/impl/test_tools.ipp 2005-08-16 09:41:13.000000000 +0100 @@ -173,7 +173,7 @@ unit_test_log << "difference between " << arg1_descr << "{" << arg1_val << "}" << " and " << arg2_descr << "{" << arg2_val << "}" << ( tl == PASS ? " doesn't exceed " : " exceeds " ) - << toler_val << "%", + << toler_val << "%"; va_end( args ); @@ -196,7 +196,7 @@ unit_test_log << "absolute value of " << arg1_descr << "{" << arg1_val << "}" << ( tl == PASS ? " doesn't exceed " : " exceeds " ) - << toler_val, + << toler_val; va_end( args ); -- | Kevin Wheatley, Cinesite (Europe) Ltd | Nobody thinks this | | Senior Technology | My employer for certain | | And Network Systems Architect | Not even myself |
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk