From 59ca7ecafca84fa62ee8d54d0e48521b7e4c0a95 Mon Sep 17 00:00:00 2001 From: aura Date: Fri, 13 Mar 2026 06:05:26 +0100 Subject: upgrade to c++20 bcuz why not --- src/util/allocator.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/util') diff --git a/src/util/allocator.h b/src/util/allocator.h index 0cb8fa2..ff3d3c5 100644 --- a/src/util/allocator.h +++ b/src/util/allocator.h @@ -83,7 +83,6 @@ struct LIST { capacity = _size; } - LIST( const LIST& other ) { if( this == &other ) return; -- cgit v1.2.3