diff --git a/include/rexy/debug_print.hpp b/include/rexy/debug_print.hpp index bdd68be..54447a1 100644 --- a/include/rexy/debug_print.hpp +++ b/include/rexy/debug_print.hpp @@ -160,6 +160,7 @@ #endif //REXY_ENABLE_DEBUG_VERBOSE_OUTPUT } #else + namespace rexy::debug{ static constexpr inline void print(...){} static constexpr inline void print_succ(...){} static constexpr inline void print_info(...){} @@ -172,6 +173,7 @@ static constexpr inline void print_warn(...){} static constexpr inline void print_error(...){} } + } #endif //REXY_ENABLE_DEBUG_OUTPUT #endif