fast_io icon indicating copy to clipboard operation
fast_io copied to clipboard

Remove operator new call

Open trcrsired opened this issue 3 years ago • 0 comments

C++ operator new can always throw exceptions even if it is freestanding.

Just remove this nonsense.

Death to C++ new

trcrsired avatar Jun 15 '22 18:06 trcrsired