0_0_5160484_636.cpp: In member function `void SplayTree<Type>::Insert(Node<Type>*, Type, Type) [with Type = int]':
0_0_5160484_636.cpp:295: instantiated from `void SplayTree<Type>::insert(Type, Type) [with Type = int]'
0_0_5160484_636.cpp:104: instantiated from here
0_0_5160484_636.cpp:183: error: `((void)(u->Node<int>::l <unknown operator> (((Node<int>*)operator new(24u)), (<anonymous>->Node<Type>::Node [with Type = int](id, points, 0u, 0u, u), <anonymous>))), ((SplayTree<int>*)this)->SplayTree<Type>::Splay [with Type = int](u->Node<int>::l))' has type `void' and is not a throw-expression
0_0_5160484_636.cpp:185: error: `((void)(u->Node<int>::r <unknown operator> (((Node<int>*)operator new(24u)), (<anonymous>->Node<Type>::Node [with Type = int](id, points, 0u, 0u, u), <anonymous>))), ((SplayTree<int>*)this)->SplayTree<Type>::Splay [with Type = int](u->Node<int>::r))' has type `void' and is not a throw-expression
|