assert: fix to compile Release versions
Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
parent
8c9b07fd2c
commit
ef829b02e9
@ -25,7 +25,6 @@
|
|||||||
#error Implement!
|
#error Implement!
|
||||||
#endif
|
#endif
|
||||||
#define stdex_verify(e) stdex_assert(e)
|
#define stdex_verify(e) stdex_assert(e)
|
||||||
#endif
|
|
||||||
|
|
||||||
namespace stdex
|
namespace stdex
|
||||||
{
|
{
|
||||||
@ -65,3 +64,4 @@ namespace stdex
|
|||||||
#endif
|
#endif
|
||||||
/// \endcond
|
/// \endcond
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user