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:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user