please gcc snapshot

* spot/bricks/brick-assert,
spot/bricks/brick-bitlevel,
spot/bricks/brick-shmem,
spot/bricks/brick-types,
spot/mc/bloemen.hh,
spot/mc/ec.hh,
spot/mc/intersect.hh,
tests/core/bricks.cc: Here.
This commit is contained in:
Etienne Renault 2018-11-29 16:14:42 +00:00
parent eb4e3f8be9
commit 2b9471b9a7
8 changed files with 68 additions and 251 deletions

View file

@ -70,7 +70,7 @@ int main()
t.join();
// Display the whole table.
for (unsigned i = 0; i < ht2.size(); ++ i)
for (unsigned i = 0; i < ht2.capacity(); ++ i)
if (ht2.valid(i))
std::cout << i << ": {"
<< ht2.valueAt(i).x << ','