We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 920b0d3 commit 398f134Copy full SHA for 398f134
libcxx/vendor/llvm/default_assertion_handler.in
@@ -27,7 +27,7 @@
27
// AppleClang shipped a slightly different version of __builtin_verbose_trap from the upstream
28
// version before upstream Clang actually got the builtin.
29
// TODO: Remove once AppleClang supports the two-arguments version of the builtin.
30
-# if defined(_LIBCPP_APPLE_CLANG_VER) && _LIBCPP_APPLE_CLANG_VER < 17000
+# if defined(_LIBCPP_APPLE_CLANG_VER) && _LIBCPP_APPLE_CLANG_VER < 1700
31
# define _LIBCPP_ASSERTION_HANDLER(message) __builtin_verbose_trap(message)
32
# else
33
# define _LIBCPP_ASSERTION_HANDLER(message) __builtin_verbose_trap("libc++", message)
0 commit comments