filipdutescu / modern-cpp-template

A template for modern C++ projects using CMake, Clang-Format, CI, unit testing and more, with support for downstream inclusion.
The Unlicense
1.73k stars 215 forks source link

_DEBUG macro for both Unix and Linux #30

Closed Shahid-Roofi-Khan closed 3 years ago

Shahid-Roofi-Khan commented 3 years ago

_DEBUG macro is available in MS VC plaform for debug specific code.

however same macro is not available in Linux.

It should be available