From 109b4d8258c59f95732f15a5910cfacaef237503 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Tue, 29 Dec 2009 18:06:41 +0000 Subject: [PATCH] Only use _GLIBCXX_DEBUG on gcc/darwin. It looks like pathscale also uses the gcc library but debug mode doesn't work on it. [SVN r58567] --- hash/test/Jamfile.v2 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hash/test/Jamfile.v2 b/hash/test/Jamfile.v2 index f977fa9..21594ee 100644 --- a/hash/test/Jamfile.v2 +++ b/hash/test/Jamfile.v2 @@ -43,7 +43,10 @@ test-suite functional/hash [ 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 : : : _GLIBCXX_DEBUG : container_fwd_gcc_debug ] + [ run container_fwd_test.cpp : : + : gcc:_GLIBCXX_DEBUG + darwin:_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 ]