mirror of
https://github.com/squid-cache/squid.git
synced 2025-04-18 22:04:07 +03:00
Fix error: template-id not allowed for constructor in C++20 (#1731)
This commit is contained in:
parent
6410d31207
commit
63022fd37a
@ -21,7 +21,7 @@ public:
|
||||
typedef V Value;
|
||||
typedef int SPLAYCMP(Value const &a, Value const &b);
|
||||
|
||||
SplayNode<V> (Value const &);
|
||||
SplayNode(const Value &);
|
||||
Value data;
|
||||
mutable SplayNode<V> *left;
|
||||
mutable SplayNode<V> *right;
|
||||
|
Loading…
x
Reference in New Issue
Block a user