
14 Oct
2008
14 Oct
'08
3:45 p.m.
Steven Watanabe wrote:
Heh, I forgot about that one. Suppose we just
#define check BOOST_PREVENT_MACRO_SUBSTITUION check
? ;-)
Won't that cause macro redefinition errors? Also, how is it different from
#define check check
In fact it's not really any different from: #undef check is it? John.