allocators

v1
Brett 2024-02-29 15:07:35 -05:00
parent ffa20e0e51
commit 20ceffd64a
1 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,7 @@
#include <vector>
#include <blt/std/utility.h>
#include <blt/std/types.h>
#include <blt/compatibility.h>
#include <stdexcept>
#include "logging.h"
@ -546,7 +547,7 @@ namespace blt
::delete[] t;
}
constexpr ~constexpr_allocator() = default;
BLT_CPP20_CONSTEXPR ~constexpr_allocator() = default;
};
}