diff options
Diffstat (limited to 'clang-r344140b/include/c++/v1/cassert')
| -rw-r--r-- | clang-r344140b/include/c++/v1/cassert | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/clang-r344140b/include/c++/v1/cassert b/clang-r344140b/include/c++/v1/cassert new file mode 100644 index 00000000..37759906 --- /dev/null +++ b/clang-r344140b/include/c++/v1/cassert @@ -0,0 +1,25 @@ +// -*- C++ -*- +//===-------------------------- cassert -----------------------------------===// +// +// The LLVM Compiler Infrastructure +// +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + +/* + cassert synopsis + +Macros: + + assert + +*/ + +#include <__config> +#include <assert.h> + +#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) +#pragma GCC system_header +#endif |
