System documentation of the GNU Image-Finding Tool
28 #include "libMRML/include/GIFTExceptions.h"
30 #define my_assert(x,y) if(!(x)){cout << __FILE__ << ':' << __LINE__ << ": Assertion failed, throwing" << endl << y << endl << flush; throw(VEProgrammingMistake(y));}
Need for discussion? Want to contribute? Contact help-gift@gnu.org Generated using Doxygen