Skip to content

bug #109 same behavior in debug for MSVC and others

Franck Galpin requested to merge (removed):patch_109 into master

Define _DEBUG for non MSVC compilers in debug (i.e. when NDEBUG is not defined) to have the same behavior in debug mode for all compilers. For example, it will now define bounds check and other debugging features for gcc when build in debug mode.

Merge request reports