diff options
| author | aura <nw@moneybot.cc> | 2026-03-13 06:05:26 +0100 |
|---|---|---|
| committer | aura <nw@moneybot.cc> | 2026-03-13 06:05:26 +0100 |
| commit | 59ca7ecafca84fa62ee8d54d0e48521b7e4c0a95 (patch) | |
| tree | 63f3a870116befa13cc4db005ce8ac7d717ed9aa /src/util/allocator.h | |
| parent | d42d218a3685c030a7370d30f2de5495ea526d99 (diff) | |
upgrade to c++20 bcuz why not
Diffstat (limited to 'src/util/allocator.h')
| -rw-r--r-- | src/util/allocator.h | 1 |
1 files changed, 0 insertions, 1 deletions
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<T>& other ) { if( this == &other ) return; |
