summaryrefslogtreecommitdiffhomepage
path: root/compat/ndebug-guard.hpp
blob: 209177b3910f8fd0024ef7662877dc577779cdb7 (plain)
1
2
3
#ifdef NDEBUG
#   error "NDEBUG defined, don't define it"
#endif