forked from PuqiAR/Fig-TreeWalker
3 lines
60 B
C++
3 lines
60 B
C++
#pragma once
|
|
|
|
#define fassert(exp,msg) (if(!exp) throw msg;) |