1
0
mirror of https://github.com/anope/anope.git synced 2026-07-02 19:43:13 +02:00

Remove TR1 compatibility layer.

This isn't necessary now we use C++17.
This commit is contained in:
Sadie Powell
2022-03-01 05:09:29 +00:00
parent a8724b5f03
commit 09c587bed0
5 changed files with 6 additions and 13 deletions
+1 -1
View File
@@ -649,7 +649,7 @@ class MyManager : public Manager, public Timer
{
uint32_t serial;
typedef TR1NS::unordered_map<Question, Query, Question::hash> cache_map;
typedef std::unordered_map<Question, Query, Question::hash> cache_map;
cache_map cache;
TCPSocket *tcpsock = nullptr;