diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-09-14 08:55:22 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-09-14 08:55:22 +0200 |
commit | dd12320061e18236838b5836fc1de4b033f581ad (patch) | |
tree | 4939251bf558eb1532fc110a1eee8d197e62077c /attic/int-hash.hpp | |
parent | d4b8d17cfa36ef78cd765a4da8c63a440b83cc47 (diff) |
put them into the attic now
Diffstat (limited to 'attic/int-hash.hpp')
-rw-r--r-- | attic/int-hash.hpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/attic/int-hash.hpp b/attic/int-hash.hpp deleted file mode 100644 index 2266bb4d..00000000 --- a/attic/int-hash.hpp +++ /dev/null @@ -1,8 +0,0 @@ -#pragma once - -namespace floormat { - -size_t int_hash(uint32_t x) noexcept; -size_t int_hash(uint64_t x) noexcept; - -} // namespace floormat |