
6 Dec
2011
6 Dec
'11
5:05 p.m.
Le 06/12/11 11:01, Anthony Williams a écrit :
On 06/12/11 08:07, Kenneth Porter wrote:
bjam libs/chrono/perf
This is currently broken on trunk for 64-bit Ubuntu Linux/g++ 4.6
You are right. I didn't updated it since I changed to version2 Index: Jamfile.v2 =================================================================== --- Jamfile.v2 (revision 75799) +++ Jamfile.v2 (working copy) @@ -42,6 +42,7 @@ # remark #383: value copied to temporary, reference to temporary used # remark #1418: external function definition with no prior declaration <toolset>intel:<cxxflags>-wd304,383,1418 + <define>BOOST_CHRONO_VERSION=2 ; rule chrono-run ( sources ) Committed revision 75827. Best, Vicente