Commit b7f221f4 authored by twanvl's avatar twanvl

fixed assert_tagged for release builds

parent 7e54d5b0
...@@ -187,7 +187,7 @@ void check_tagged(const String& str, bool check_balance = true); ...@@ -187,7 +187,7 @@ void check_tagged(const String& str, bool check_balance = true);
#ifdef _DEBUG #ifdef _DEBUG
#define assert_tagged check_tagged #define assert_tagged check_tagged
#else #else
#define assert_tagged(_,_) inline void assert_tagged(const String& str, bool check_balance = true){}
#endif #endif
/// Simplify a tagged string /// Simplify a tagged string
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment