Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r84668 - trunk/libs/geometry/index/example
From: adam.wulkiewicz_at_[hidden]
Date: 2013-06-06 21:35:02


Author: awulkiew
Date: 2013-06-06 21:35:02 EDT (Thu, 06 Jun 2013)
New Revision: 84668
URL: http://svn.boost.org/trac/boost/changeset/84668

Log:
geometry.index example: fixed compile errors in MinGW - added threading=multi in Jamfile for tests using Boost.Chrono timers.

Text files modified:
   trunk/libs/geometry/index/example/Jamfile.v2 | 10 +++++-----
   1 files changed, 5 insertions(+), 5 deletions(-)

Modified: trunk/libs/geometry/index/example/Jamfile.v2
==============================================================================
--- trunk/libs/geometry/index/example/Jamfile.v2 Thu Jun 6 21:29:19 2013 (r84667)
+++ trunk/libs/geometry/index/example/Jamfile.v2 2013-06-06 21:35:02 EDT (Thu, 06 Jun 2013) (r84668)
@@ -44,11 +44,11 @@
 }
 
 exe random_test : random_test.cpp ;
-link benchmark.cpp /boost//chrono ;
-link benchmark2.cpp /boost//chrono ;
-link benchmark3.cpp /boost//chrono ;
-link benchmark_experimental.cpp /boost//chrono ;
+link benchmark.cpp /boost//chrono : <threading>multi ;
+link benchmark2.cpp /boost//chrono : <threading>multi ;
+link benchmark3.cpp /boost//chrono : <threading>multi ;
+link benchmark_experimental.cpp /boost//chrono : <threading>multi ;
 if $(GLUT_ROOT)
 {
     link glut_vis.cpp glut ;
-}
\ No newline at end of file
+}


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