compile as C++ under msvc
This commit is contained in:
@@ -43,8 +43,7 @@ int main() {
|
||||
delete t;
|
||||
t = new (std::nothrow) Test(42);
|
||||
delete t;
|
||||
free(p);
|
||||
return 0;
|
||||
return 0;
|
||||
}
|
||||
|
||||
class Static {
|
||||
|
||||
Reference in New Issue
Block a user