Remove decls from lambda scope after resolution
This commit is contained in:
@@ -474,11 +474,6 @@ void list_free_node(List<T> *list, List_Node<T> *node) {
|
||||
DLL_STACK_ADD(list->first_free, node);
|
||||
}
|
||||
|
||||
template <class T>
|
||||
void clear(List<T> *list) {
|
||||
memory_zero(list, sizeof(List<T>));
|
||||
}
|
||||
|
||||
template <class T>
|
||||
int length(List<T> *list) {
|
||||
int result = 0;
|
||||
|
||||
Reference in New Issue
Block a user