Boost.Chrono: Update breaking change

Test output: Sandia-darwin-4.0.1 - chrono - saturating_header / darwin-4.0.1
Rev 68077 / Thu, 13 Jan 2011 01:52:53 +0000
Report Time: Thu, 13 Jan 2011 04:05:07 +0000

Compile [2011-01-13 02:43:47 UTC]: fail

    "/usr/bin/g++"  -ftemplate-depth-128 -O0 -fno-inline -Wall -pedantic -g -dynamic -no-cpp-precomp -gdwarf-2 -Wno-long-double -fPIC -Wextra -Wno-long-long -pedantic -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_INLINED -DBOOST_CHRONO_USES_MPL_ASSERT -DBOOST_SYSTEM_DYN_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED  -I".." -c -o "/Volumes/Scratch/kbelco/boost/results/boost/bin.v2/libs/chrono/test/saturating_header.test/darwin-4.0.1/debug/saturating.o" "../libs/chrono/test/../example/saturating.cpp"

../libs/chrono/test/../example/saturating.cpp:146: error: expected type-specifier

TinyUrl 

[SVN r68085]
This commit is contained in:
Vicente J. Botet Escriba 2011-01-13 06:03:12 +00:00
parent 983e6f0217
commit 12c23f89a2

View File

@ -143,7 +143,7 @@ public:
};
template <class I>
saturate<I>::operator saturate<I>::int_type() const
saturate<I>::operator I() const
{
switch (i_)
{