Details
- Reviewers
ldionne • Quuxplusone Mordante - Group Reviewers
Restricted Project - Commits
- rG8df7ff48e177: [libc++] Add LWG-issues from february 2022 plenary meeting
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Event Timeline
libcxx/docs/Status/Cxx2bIssues.csv | ||
---|---|---|
159 | When did we implement this one? |
libcxx/docs/Status/Cxx2bIssues.csv | ||
---|---|---|
159 | I believe this has always been implemented. It was kind of a wording bug: the wording said iterator_traits<C>::pointer was "the type of" c.operator->(), but in fact everyone was implementing it as decltype(c.operator->()) (which might be a reference type). And yes that's crazy, that pointer can (now conformingly) be a reference type; but nobody cares about pointer anyway. |
|Nothing To Do| for LWG3607; it affects semantic requirements only.