* Use uint64_t instead of size_t as hash return value * Expect alignof(uint64_t) <= 8 instead of == 8 |
||
|---|---|---|
| .. | ||
| array.cpp | ||
| big_int.cpp | ||
| blob.cpp | ||
| ecs.cpp | ||
| flat_list.cpp | ||
| function.cpp | ||
| hash_table.cpp | ||
| heterogeneous_container.cpp | ||
| lru_cache.cpp | ||
* Use uint64_t instead of size_t as hash return value * Expect alignof(uint64_t) <= 8 instead of == 8 |
||
|---|---|---|
| .. | ||
| array.cpp | ||
| big_int.cpp | ||
| blob.cpp | ||
| ecs.cpp | ||
| flat_list.cpp | ||
| function.cpp | ||
| hash_table.cpp | ||
| heterogeneous_container.cpp | ||
| lru_cache.cpp | ||