merge from dev

This commit is contained in:
Daan 2024-03-02 17:26:38 -08:00
commit 7ff4607f6c
16 changed files with 444 additions and 124 deletions

View file

@ -108,7 +108,7 @@ static void various_tests() {
auto tbuf = new unsigned char[sizeof(Test)];
t = new (tbuf) Test(42);
t->~Test();
delete tbuf;
delete[] tbuf;
}
class Static {