diff options
author | Sadie Powell <sadie@witchery.services> | 2022-03-01 05:09:29 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2022-03-01 05:09:29 +0000 |
commit | 09c587bed0589bc3678e4fd4b52101cbb28501b1 (patch) | |
tree | 7b97db4d81ac20710a7d083c9a350dea059008c9 /include/hashcomp.h | |
parent | a8724b5f03adc05355c52fb7c75c9f1b6136348d (diff) |
Remove TR1 compatibility layer.
This isn't necessary now we use C++17.
Diffstat (limited to 'include/hashcomp.h')
-rw-r--r-- | include/hashcomp.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/hashcomp.h b/include/hashcomp.h index 0d04a6144..4a29fb859 100644 --- a/include/hashcomp.h +++ b/include/hashcomp.h @@ -10,14 +10,7 @@ #include <string> #include <locale> - -#if defined _LIBCPP_VERSION || defined _WIN32 #include <unordered_map> -#define TR1NS std -#else -#include <tr1/unordered_map> -#define TR1NS std::tr1 -#endif #include "services.h" |