diff --git a/beast/intrusive/List.h b/beast/intrusive/List.h index 6aee1afc03..0b64fb6e43 100644 --- a/beast/intrusive/List.h +++ b/beast/intrusive/List.h @@ -46,8 +46,7 @@ class ListNode private: typedef T value_type; - template - friend class List; + friend class List; template friend class ListIterator;