Go to the documentation of this file.
27 #if defined(G_WITH_ASSERT)
28 #define G_ASSERT( test ) G::LogOutput::assertion( __FILE__ , __LINE__ , test , #test )
30 #if defined(_DEBUG) && ! defined(G_NO_ASSERT)
31 #define G_ASSERT( test ) G::LogOutput::assertion( __FILE__ , __LINE__ , test , #test )
33 #define G_ASSERT( test )