Merge branch 'dev' into dev-abandon

This commit is contained in:
daanx 2024-03-02 17:34:58 -08:00
commit 70e3ce07d1
15 changed files with 390 additions and 71 deletions

View file

@ -100,7 +100,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 {