FE 0.5.0
A header-only C++ library for writing frontends
Loading...
Searching...
No Matches
assert.h File Reference
#include <cassert>
Include dependency graph for assert.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  fe
 

Macros

#define assert_unused(x)   assert(x)
 

Functions

void fe::unreachable ()
 
void fe::breakpoint ()
 Raise breaokpoint in debugger.
 

Macro Definition Documentation

◆ assert_unused

#define assert_unused (   x)    assert(x)

Definition at line 35 of file assert.h.