merge from dev-slice

This commit is contained in:
daanx 2024-03-02 17:36:23 -08:00
commit ccd2ac644d
15 changed files with 395 additions and 75 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 {