Y
Hacker News
new
|
ask
|
show
|
jobs
by
janos95
660 days ago
The main point of replacing it with malloc is that new will throw std::bal_alloc so using it requires linking against the c++ runtime.
1 comments
pjmlp
659 days ago
Only if not using nothrow placement new syntax.
link