351fd6babc93cb476a44e97a5a69e0482911a7f6
_Analysis_assume_(expression) is removed by precompiler and statements like: if (test) stdex_assert(expr); resolved to: if (test) ; Remains to be seen if Xcode is happy with this change. Signed-off-by: Simon Rozman <simon@rozman.si>
Languages
C++
100%