diff options
author | Vincent Gariepy <caktux@gmail.com> | 2014-06-29 07:22:48 +0800 |
---|---|---|
committer | Vincent Gariepy <caktux@gmail.com> | 2014-06-29 07:22:48 +0800 |
commit | 28af921f2f9074b6ebaef413ae38b3f481692e1e (patch) | |
tree | 058d2dbed2042742ee441fec3faf257998b0ac52 /trie.cpp | |
parent | d8e04c43b18a9b20e9a215e7795424e305932e09 (diff) | |
download | dexon-solidity-28af921f2f9074b6ebaef413ae38b3f481692e1e.tar.gz dexon-solidity-28af921f2f9074b6ebaef413ae38b3f481692e1e.tar.zst dexon-solidity-28af921f2f9074b6ebaef413ae38b3f481692e1e.zip |
linker for local thread storage on OSX
Diffstat (limited to 'trie.cpp')
-rw-r--r-- | trie.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(); |