Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r58395 - trunk/libs/functional/hash/test
From: daniel_james_at_[hidden]
Date: 2009-12-15 08:16:51


Author: danieljames
Date: 2009-12-15 08:16:50 EST (Tue, 15 Dec 2009)
New Revision: 58395
URL: http://svn.boost.org/trac/boost/changeset/58395

Log:
Only use gcc debug containers on the container_fwd_test.
Text files modified:
   trunk/libs/functional/hash/test/Jamfile.v2 | 3 +--
   1 files changed, 1 insertions(+), 2 deletions(-)

Modified: trunk/libs/functional/hash/test/Jamfile.v2
==============================================================================
--- trunk/libs/functional/hash/test/Jamfile.v2 (original)
+++ trunk/libs/functional/hash/test/Jamfile.v2 2009-12-15 08:16:50 EST (Tue, 15 Dec 2009)
@@ -12,8 +12,6 @@
         <toolset>intel:<cxxflags>-strict-ansi
         <toolset>gcc:<cxxflags>"-pedantic -Wstrict-aliasing -fstrict-aliasing -Wextra -Wsign-promo -Wunused-parameter"
         <toolset>darwin:<cxxflags>"-pedantic -Wstrict-aliasing -fstrict-aliasing -Wextra -Wsign-promo -Wunused-parameter"
- <toolset>gcc:<define>_GLIBCXX_DEBUG
- <toolset>darwin:<define>_GLIBCXX_DEBUG
         <toolset>msvc:<warnings-as-errors>on
         #<toolset>gcc:<warnings-as-errors>on
         #<toolset>darwin:<warnings-as-errors>on
@@ -45,6 +43,7 @@
         [ run link_ext_test.cpp link_no_ext_test.cpp ]
         [ run extensions_hpp_test.cpp ]
         [ run container_fwd_test.cpp ]
+ [ run container_fwd_test.cpp : : : <define>_GLIBCXX_DEBUG : container_fwd_gcc_debug ]
         [ compile-fail hash_no_ext_fail_test.cpp ]
         [ compile-fail namespace_fail_test.cpp ]
         [ run hash_no_ext_macro_1.cpp ]


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