We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7912247 commit 8a2513bCopy full SHA for 8a2513b
lib/Demangling/DemanglerAssert.h
@@ -40,7 +40,7 @@
40
swift::Demangle::failAssert(__FILE__, __LINE__, node, #expr); \
41
} while (0)
42
43
-#endif // !defined(NDEBUG) && !SWIFT_RUNTIME
+#endif // SWIFT_RUNTIME || defined(NDEBUG)
44
45
namespace swift {
46
namespace Demangle {
0 commit comments