Go to the documentation of this file.Go to the SVN repository for this file.
1 #ifndef CONNECT___NCBI_ASSERT__H
2 #define CONNECT___NCBI_ASSERT__H
42 #if !defined(NDEBUG) && !defined(_DEBUG)
49 # define verify(expr) while ( expr ) break
51 # define verify(expr) assert( expr )