From 28af921f2f9074b6ebaef413ae38b3f481692e1e Mon Sep 17 00:00:00 2001 From: Vincent Gariepy Date: Sat, 28 Jun 2014 19:22:48 -0400 Subject: linker for local thread storage on OSX --- trie.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trie.cpp b/trie.cpp index 51735ed9..b28be8b1 100644 --- a/trie.cpp +++ b/trie.cpp @@ -268,7 +268,7 @@ BOOST_AUTO_TEST_CASE(trieStess) m.erase(k); if (!d.check(true)) { - cwarn << m; + // cwarn << m; for (auto i: d) cwarn << i.first.toString() << i.second.toString(); -- cgit v1.2.3