fast_io
fast_io copied to clipboard
Remove operator new call
C++ operator new can always throw exceptions even if it is freestanding.
Just remove this nonsense.
Death to C++ new