
29 Jul
2005
29 Jul
'05
1:06 a.m.
Jason Hise wrote:
Martin Wille wrote:
Jason Hise wrote:
undef NULL #define NULL (::boost::null)
What existing code will it break?
struct foo {}; typedef void (foo::*memfunptr)(); memfunptr p = NULL; Redefining NULL is a career-limiting move. Don't do it. -- Eric Niebler Boost Consulting www.boost-consulting.com