compile as C++ under msvc

This commit is contained in:
daan 2019-07-18 19:52:29 -07:00
parent e94143c47c
commit 12e0a04052
7 changed files with 22 additions and 17 deletions

View file

@ -43,8 +43,7 @@ int main() {
delete t;
t = new (std::nothrow) Test(42);
delete t;
free(p);
return 0;
return 0;
}
class Static {