mmcfilters
Public API documentation
Loading...
Searching...
No Matches
Assert.hpp
Go to the documentation of this file.
1#pragma once
2
13#if defined(MMCFILTERS_ENABLE_ASSERTS)
14#ifdef NDEBUG
15#undef NDEBUG
16#endif
17#endif
18
19#include <cassert>