https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96416
Jonathan Wakely <redi at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|unassigned at gcc dot gnu.org |redi at gcc dot gnu.org Status|UNCONFIRMED |ASSIGNED Last reconfirmed| |2020-11-11 Ever confirmed|0 |1 Target Milestone|--- |10.3 --- Comment #4 from Jonathan Wakely <redi at gcc dot gnu.org> --- On reading this again, I think the implementation should be required to check whether the specialization pointer_traits<Ptr> would be well-formed as part of checking the expression pointer_traits<Ptr>::to_address(p). So it's unnecessarily awkward, but still the implementation's job to do that.