Skip to content

pragma unsafe_new

IsaacShelton edited this page Mar 21, 2022 · 1 revision

pragma unsafe_new

pragma unsafe_new is a pragma directive that disables the automatic zero-initialization of memory allocated with new

pragma unsafe_new

See --unsafe-new in command-line usage for compiler argument

Clone this wiki locally