llvm-project
70b7874a
- [libc++] Make the naming of the iterator_traits aliases consistent (#161661)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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>`.
References
#161661 - [libc++] Make the naming of the iterator_traits aliases consistent
Author
philnik777
Parents
885e7833
Loading