This is an unofficial snapshot of the ISO/IEC JTC1 SC22 WG21 Core Issues List revision 115e. See http://www.open-std.org/jtc1/sc22/wg21/ for the official list.
2024-11-11
[Voted into WP at October, 2009 meeting.]
12.5 [over.built] paragraph 15 restricts the built-in comparison operators to
every T, where T is an enumeration type or pointer to effective object type
This omits both pointers to function types and pointers to void.
Proposed resolution (July, 2009):
Add a new paragraph following 7.6.9 [expr.rel] paragraph 2:
Change 7.6.10 [expr.eq] paragraph 1 as follows:
...Pointersto objects or functionsof the same type (after pointer conversions) can be compared for equality...
Change 12.5 [over.built] paragraph 15 as follows: