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 afc0146 commit 2aa530eCopy full SHA for 2aa530e
libcxx/src/experimental/log_hardening_failure.cpp
@@ -20,8 +20,6 @@ extern "C" void android_set_abort_message(const char* msg);
20
# include <os/reason_private.h>
21
#endif
22
23
-#if _LIBCPP_HAS_EXPERIMENTAL_HARDENING_OBSERVE_SEMANTIC
24
-
25
_LIBCPP_BEGIN_NAMESPACE_STD
26
27
void __log_hardening_failure(const char* message) noexcept {
@@ -50,5 +48,3 @@ void __log_hardening_failure(const char* message) noexcept {
50
48
}
51
49
52
_LIBCPP_END_NAMESPACE_STD
53
54
-#endif // _LIBCPP_HAS_EXPERIMENTAL_HARDENING_OBSERVE_SEMANTIC
0 commit comments