diff options
| author | Tyge Løvset <[email protected]> | 2020-03-20 19:06:52 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-03-20 19:06:52 +0100 |
| commit | 45b6f73322805afcf7cf8839ec4612e5288add7b (patch) | |
| tree | 2f4f606355e30b5193e26a24af266d2a97aa8912 | |
| parent | 6945726de38191de7e78eaa2eb8805047b61fefa (diff) | |
| download | STC-modified-45b6f73322805afcf7cf8839ec4612e5288add7b.tar.gz STC-modified-45b6f73322805afcf7cf8839ec4612e5288add7b.zip | |
Rename robin_hood.h to robin_hood.hpp
| -rw-r--r-- | others/robin_hood.hpp (renamed from others/robin_hood.h) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/others/robin_hood.h b/others/robin_hood.hpp index 288864b6..48b21f21 100644 --- a/others/robin_hood.h +++ b/others/robin_hood.hpp @@ -2228,4 +2228,4 @@ using unordered_set = detail::Table<sizeof(Key) <= sizeof(size_t) * 6 && } // namespace robin_hood
-#endif
\ No newline at end of file +#endif
|
