mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 11:34:38 +03:00
compile as C++ under msvc
This commit is contained in:
parent
e94143c47c
commit
12e0a04052
7 changed files with 22 additions and 17 deletions
|
@ -43,8 +43,7 @@ int main() {
|
|||
delete t;
|
||||
t = new (std::nothrow) Test(42);
|
||||
delete t;
|
||||
free(p);
|
||||
return 0;
|
||||
return 0;
|
||||
}
|
||||
|
||||
class Static {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue