mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-04-05 23:03:38 +03:00
libc++: Fix assertion handler
This commit is contained in:
parent
9e6d5498d0
commit
5068ec8931
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ _LIBCPP_NORETURN inline _LIBCPP_HIDE_FROM_ABI void __libcpp_hardening_failure()
|
|||
_LIBCPP_END_NAMESPACE_STD
|
||||
|
||||
// TODO(hardening): use `__builtin_verbose_trap(message)` once that becomes available.
|
||||
# define _LIBCPP_ASSERTION_HANDLER(message) ((void)message, __libcpp_hardening_failure())
|
||||
# define _LIBCPP_ASSERTION_HANDLER(message) ((void)message, std::__libcpp_hardening_failure())
|
||||
|
||||
#else
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue