mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
linker for local thread storage on OSX
This commit is contained in:
parent
d8e04c43b1
commit
28af921f2f
2
trie.cpp
2
trie.cpp
@ -268,7 +268,7 @@ BOOST_AUTO_TEST_CASE(trieStess)
|
|||||||
m.erase(k);
|
m.erase(k);
|
||||||
if (!d.check(true))
|
if (!d.check(true))
|
||||||
{
|
{
|
||||||
cwarn << m;
|
// cwarn << m;
|
||||||
for (auto i: d)
|
for (auto i: d)
|
||||||
cwarn << i.first.toString() << i.second.toString();
|
cwarn << i.first.toString() << i.second.toString();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user