fsm
include
base
assert.h
Go to the documentation of this file.
1
11
#pragma once
12
13
#include <cassert>
14
#include <iostream>
15
16
17
#define FSM_ASSERT(EXPR, ...) assert(EXPR)
18
//#define FSM_ASSERT(EXPR, MSG) std::cout << "Assertion-Beschreibung: " MSG << std::endl; assert(EXPR)
Generated by
1.8.13