Arthur O'Dwyer
7ea4fe7ede
[libc++] Fix LWG3390: move_iterator now handles move-only iterators.
...
This can't really be tested until C++20 move_iterator is completely implemented.
Differential Revision: https://reviews.llvm.org/D117327
2022-01-26 23:50:26 -05:00
Arthur O'Dwyer
0ab54c28f8
[libc++] Further small cleanups of move_iterator.h. NFC.
...
Differential Revision: https://reviews.llvm.org/D117324
2022-01-14 15:41:45 -05:00
Arthur O'Dwyer
c09692a644
[libc++] s/_LIBCPP_INLINE_VISIBILITY/_LIBCPP_HIDE_FROM_ABI/g in move_iterator.h. NFC.
2022-01-14 15:41:02 -05:00
Arthur O'Dwyer
9542c9c599
[libc++] Rename __i to __current_ in move_iterator. NFC.
2022-01-14 15:40:57 -05:00
Louis Dionne
b4e88d4db1
[libc++][NFC] Rename _EnableIf to __enable_if_t for consistency
...
In other places in the code, we use lowercase spelling for things that
are not available in prior standards.
Differential Revision: https://reviews.llvm.org/D109435
2021-09-08 15:20:58 -04:00
Louis Dionne
64184b4af0
[libc++][NFC] Remove useless _LIBCPP_PUSH_MACROS
...
Only files that actually use min/max are required to do this dance.
Differential Revision: https://reviews.llvm.org/D108778
2021-08-27 12:41:55 -04:00
Louis Dionne
f32f3db9fc
[libc++] Split the various iterator types out of <iterator>
...
Differential Revision: https://reviews.llvm.org/D104669
2021-06-28 12:25:40 -04:00