I
Immortal Nephi
Can I turn off exception on C++ Compiler’s setting if I use vector
and string in release mode?
I prefer to use assert in debug mode. If index is out of range
bondary in operator[] function, then assert is triggered. Turn off
checking range boundary helps to increase performance in release mode.
and string in release mode?
I prefer to use assert in debug mode. If index is out of range
bondary in operator[] function, then assert is triggered. Turn off
checking range boundary helps to increase performance in release mode.