Skip to content
Snippets Groups Projects
Commit 097d76f0 authored by Recolic Keghart's avatar Recolic Keghart
Browse files

log.hpp now check the DEBUG macro

parent c741b311
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,11 @@
#undef ERROR
#endif
#ifdef DEBUG
#pragma message (": warning Macro_pollution: You MUST NOT define the macro `DEBUG`. I've undefined it here.")
#undef DEBUG
#endif
namespace rlib {
using namespace rlib::literals;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment