Boost logo

Boost-Commit :

From: eric_at_[hidden]
Date: 2008-01-08 16:40:52


Author: eric_niebler
Date: 2008-01-08 16:40:52 EST (Tue, 08 Jan 2008)
New Revision: 42624
URL: http://svn.boost.org/trac/boost/changeset/42624

Log:
disable iterator debugging for all msvc versions
Text files modified:
   trunk/libs/accumulators/test/Jamfile.v2 | 6 +++---
   1 files changed, 3 insertions(+), 3 deletions(-)

Modified: trunk/libs/accumulators/test/Jamfile.v2
==============================================================================
--- trunk/libs/accumulators/test/Jamfile.v2 (original)
+++ trunk/libs/accumulators/test/Jamfile.v2 2008-01-08 16:40:52 EST (Tue, 08 Jan 2008)
@@ -20,9 +20,9 @@
       <library>/boost/test//boost_unit_test_framework
       <link>static
       <include>../../..
- <toolset>msvc-8.0:<define>_SCL_SECURE_NO_DEPRECATE
- # MSVC-8's iterator debugging causes some tests to run forever.
- <toolset>msvc-8.0:<iterator_debugging>off
+ <toolset>msvc:<define>_SCL_SECURE_NO_DEPRECATE
+ # MSVC's iterator debugging causes some tests to run forever.
+ <toolset>msvc:<iterator_debugging>off
     ;
 
 test-suite "accumulators"


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