Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r79987 - trunk/libs/chrono/test/io
From: vicente.botet_at_[hidden]
Date: 2012-08-12 14:38:58


Author: viboes
Date: 2012-08-12 14:38:57 EDT (Sun, 12 Aug 2012)
New Revision: 79987
URL: http://svn.boost.org/trac/boost/changeset/79987

Log:
Chrono: fixes for inspection report
Text files modified:
   trunk/libs/chrono/test/io/duration_input.cpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/libs/chrono/test/io/duration_input.cpp
==============================================================================
--- trunk/libs/chrono/test/io/duration_input.cpp (original)
+++ trunk/libs/chrono/test/io/duration_input.cpp 2012-08-12 14:38:57 EDT (Sun, 12 Aug 2012)
@@ -61,7 +61,7 @@
 
   test_good("1.0 second", duration<float,ratio<1> >(1));
   /* BUG with DURATION_GET
-../../../boost/math/common_factor_rt.hpp: In function ÔRingType boost::math::detail::gcd_euclidean(RingType, RingType) [with RingType = long double]Õ:
+../../../boost/math/common_factor_rt.hpp: In function 'RingType boost::math::detail::gcd_euclidean(RingType, RingType) [with RingType = long double]':
 ../../../boost/math/common_factor_rt.hpp:122: instantiated from ÔIntegerType boost::math::detail::gcd_integer(const IntegerType&, const IntegerType&) [with IntegerType = long double]Õ
 ../../../boost/math/common_factor_rt.hpp:240: instantiated from ÔT boost::math::detail::gcd_optimal_evaluator_helper_t<T, true, true>::operator()(const T&, const T&) [with T = long double]Õ
 ../../../boost/math/common_factor_rt.hpp:290: instantiated from ÔT boost::math::detail::gcd_optimal_evaluator<T>::operator()(const T&, const T&) [with T = long double]Õ


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk