https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86734
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 --- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> --- (In reply to frankhb1989 from comment #0) > Since this had been adopted by N3936, it should at least be in C++14 & C++17 > modes. > > Note this is also in libc++ in all modes. Resolution from LWG 2775 seems to > be adopted MSVC++ 15.7 but I don't find it in the current draft. Because it's a duplicate of 1052 which is still Open. It has approval from LEWG and also DR 2188 so I've done that on trunk. For the release branches I'll just use std::__addressof. > BTW, the comment on reverse_iterator's default constructor is outdated. It > took me half an hour to find LWG 1012 :( The "Index by Section" might be useful next time: https://cplusplus.github.io/LWG/lwg-index.html#reverse.iterator