doc ru, printf() before assert in containers
This commit is contained in:
@@ -248,6 +248,8 @@
|
||||
|
||||
#ifdef NDEBUG
|
||||
# undef NDEBUG
|
||||
#else
|
||||
# define USE_DEBUG
|
||||
#endif
|
||||
#ifndef assert
|
||||
# define assert(x)
|
||||
@@ -256,6 +258,12 @@
|
||||
# define assertm(exp, msg) assert(((void)msg, exp))
|
||||
#endif
|
||||
|
||||
#ifdef MICRO_PIP
|
||||
# define __PIP_TYPENAME__(T) "?"
|
||||
#else
|
||||
# define __PIP_TYPENAME__(T) typeid(T).name()
|
||||
#endif
|
||||
|
||||
#ifdef CC_GCC
|
||||
# undef DEPRECATED
|
||||
# define DEPRECATED __attribute__((deprecated))
|
||||
|
||||
Reference in New Issue
Block a user