Definition in file w_workaround.h.
Go to the source code of this file.
Defines | |
#define | INT64_LITERAL_BUG(x) x |
#define | C_STRING_BUG (char *) |
#define | W_FORM(stream) stream << form |
#define | W_FORM2(stream, args) W_FORM(stream) args |
#define | offsetof(type, member) ((size_t)((&(type *)0)->member)) |
#define | w_offsetof(class, member) offsetof(class,member) |
#define | GCC4_WORKAROUND_1 |