Remove building with NOCRYPTO option
[minix.git] / external / bsd / libc++ / dist / libcxx / include / cassert
blob3775990640a9485e637547e871c6976759afeab9
1 // -*- C++ -*-
2 //===-------------------------- cassert -----------------------------------===//
3 //
4 //                     The LLVM Compiler Infrastructure
5 //
6 // This file is dual licensed under the MIT and the University of Illinois Open
7 // Source Licenses. See LICENSE.TXT for details.
8 //
9 //===----------------------------------------------------------------------===//
12     cassert synopsis
14 Macros:
16     assert
20 #include <__config>
21 #include <assert.h>
23 #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
24 #pragma GCC system_header
25 #endif