Subject: [Boost-commit] svn:boost r52304 - trunk/libs/functional/hash/test
From: daniel_james_at_[hidden]
Date: 2009-04-10 15:25:33


Author: danieljames
Date: 2009-04-10 15:25:32 EDT (Fri, 10 Apr 2009)
New Revision: 52304
URL: http://svn.boost.org/trac/boost/changeset/52304

Log:
Don't use debug containers on darwin.

I'm getting errors from the darwin 4.2 debug containers which appear to
a problem with its implementation.
Text files modified:
   trunk/libs/functional/hash/test/Jamfile.v2 | 2 --
   1 files changed, 0 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-04-10 15:25:32 EDT (Fri, 10 Apr 2009)
@@ -10,8 +10,6 @@
         <toolset>gcc:<define>_GLIBCXX_DEBUG
         <toolset>gcc:<cxxflags>-Wsign-promo
         #<toolset>gcc:<cxxflags>-Wextra
- <toolset>darwin:<define>_GLIBCXX_DEBUG
- <toolset>darwin:<cxxflags>-Wsign-promo
     ;
 
 test-suite functional/hash