Go to the documentation of this file. 1 #ifndef __ARRAY_SIMPLE_COMMON_H__
2 #define __ARRAY_SIMPLE_COMMON_H__
9 #include OV_STD_INCLUDE(iostream)
11 #ifndef OV_USE_OLD_STL_HEADERS
20 #define EXPLICIT explicit
34 #define assert(x) if ( !(x) ) throw "assertion failed"
37 #define RANGE_CHK(x) x
40 #define RANGE_CHK(x) true