summaryrefslogtreecommitdiff
path: root/current/sources/cxx-stl/llvm-libc++/include/cassert
diff options
context:
space:
mode:
Diffstat (limited to 'current/sources/cxx-stl/llvm-libc++/include/cassert')
-rw-r--r--current/sources/cxx-stl/llvm-libc++/include/cassert24
1 files changed, 24 insertions, 0 deletions
diff --git a/current/sources/cxx-stl/llvm-libc++/include/cassert b/current/sources/cxx-stl/llvm-libc++/include/cassert
new file mode 100644
index 000000000..25a0a746b
--- /dev/null
+++ b/current/sources/cxx-stl/llvm-libc++/include/cassert
@@ -0,0 +1,24 @@
+// -*- C++ -*-
+//===-------------------------- cassert -----------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+/*
+ cassert synopsis
+
+Macros:
+
+ assert
+
+*/
+
+#include <__config>
+#include <assert.h>
+
+#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
+#pragma GCC system_header
+#endif