http://code.google.com/p/google-glog/source/browse/trunk/src/glog/log_severity.h
#49 sez:
// DFATAL is FATAL in debug mode, ERROR in normal mode
#ifdef NDEBUG
#define DFATAL_LEVEL ERROR
#else
#define DFATAL_LEVEL FATAL
#endif
Both the comment and the documentation seem to indicate that the macro should
be DFATAL, not DFATAL_LEVEL and there are no other occurrences of the string
DFATAL in the include files...
Thanks in advance, hope you're all having fun!
Original issue reported on code.google.com by tom.ritc...@gmail.com on 15 Aug 2010 at 8:19
Original issue reported on code.google.com by
tom.ritc...@gmail.com
on 15 Aug 2010 at 8:19