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 8e7d6ba commit 65271f0Copy full SHA for 65271f0
libcxx/include/__assertion_handler
@@ -0,0 +1,15 @@
1
+// -*- C++ -*-
2
+//===----------------------------------------------------------------------===//
3
+//
4
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
5
+// See https://llvm.org/LICENSE.txt for license information.
6
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7
8
9
+
10
+#ifndef _LIBCPP___ASSERTION_HANDLER
11
+#define _LIBCPP___ASSERTION_HANDLER
12
13
+#include_next <__assertion_handler> // Note: this include is generated by CMake and is potentially vendor-provided.
14
15
+#endif // _LIBCPP___ASSERTION_HANDLER
0 commit comments