1 2 3 4 5 6
# include <luma/main.hh> void luma::dbgmsg(char const * msg) { if constexpr(debug) { luma::msgerr(msg); } }