------- Comment #2 from widman at gimpel dot com 2006-05-23 15:10 ------- By the way: whoever tackles this may also want to take a look at:
template< int* p> struct A { }; template<> struct A<(int*)0>; ...which was made permissible by the recently-adopted wording that was proposed for Defect Report 354: http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2006/n1998.html#354 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27732