Fix missing namespace
This commit is contained in:
parent
700a3484ac
commit
bb6cc3e783
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user