| Issue | 178521 |
|---|---|
| Summary | [libc++] Consider dropping __wrap_iter from the bounded iterator branch of optional (and perhaps others?) |
| Labels | libc++ |
| Assignees | |
| Reporter | ldionne |
`__wrap_iter` exists to prevent people from relying on the raw pointer representation of iterators. When we enable bounded iterators, there's little value in doing that.
_______________________________________________ llvm-bugs mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
