Cryolite

Results 2 issues of Cryolite

Here is a random test case for `nanahan::Map` https://gist.github.com/3269831, which cannot be completed currently. Could anyone have a look? The test case depends on libstdc++, especially `__gnu_cxx::throw_allocator_random` defined in a...

Static const data members should be defined. In `nanahan::Map` class template, the following static data members are declared; `static const size_t INITIAL_SIZE = 8;` `static const size_t SLOTSIZE = sizeof(Slot)...