llvm-project
70b7874a - [libc++] Make the naming of the iterator_traits aliases consistent (#161661)

Commit
19 hours ago
[libc++] Make the naming of the iterator_traits aliases consistent (#161661) This renames all the `iterator_traits` alises to be `__iterator_<type-name>`. e.g `iterator_traits<T>::value_type` will be `__iterator_value_type<T>`.
Author
Parents
Loading