diff --git a/include/stdex/assert.hpp b/include/stdex/assert.hpp index 743702b20..9a4b25905 100644 --- a/include/stdex/assert.hpp +++ b/include/stdex/assert.hpp @@ -25,7 +25,6 @@ #error Implement! #endif #define stdex_verify(e) stdex_assert(e) -#endif namespace stdex { @@ -65,3 +64,4 @@ namespace stdex #endif /// \endcond } +#endif