Vcsn  2.0
Be Rational
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
builtins.hh File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define BUILTIN_UNREACHABLE()
 

Macro Definition Documentation

#define BUILTIN_UNREACHABLE ( )
Value:
do { \
assert(!"unreachable code"); \
abort(); \
} while (false)

Definition at line 14 of file builtins.hh.

Referenced by vcsn::scc(), vcsn::to_string(), and vcsn::rat::to_string().