PRISMS-PF Manual
Loading...
Searching...
No Matches
assert.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: © 2026 PRISMS Center at the University of Michigan
2
// SPDX-License-Identifier: GNU Lesser General Public Version 2.1
3
4
#pragma once
5
6
#include <prismspf/config.h>
7
8
#include <libassert/assert.hpp>
9
10
PRISMS_PF_BEGIN_NAMESPACE
11
20
#ifndef DEBUG_ASSERT
21
# define DEBUG_ASSERT (void);
22
#endif
23
24
#ifndef ASSERT
25
# define ASSERT (void);
26
#endif
27
28
#ifndef ASSUME
29
# define ASSUME (void);
30
#endif
31
32
#ifndef PANIC
33
# define PANIC (void);
34
#endif
35
36
#ifndef UNREACHABLE
37
# define UNREACHABLE(void) ;
38
#endif
39
40
PRISMS_PF_END_NAMESPACE
PRISMS_PF_BEGIN_NAMESPACE
Definition
conditional_ostreams.cc:20
include
prismspf
utilities
assert.h
Generated by
1.13.2