Details
Details
- Reviewers
ldionne Mordante philnik - Group Reviewers
Restricted Project - Commits
- rG3049d51e9858: [libc++] [test] Use hidden friends consistently in the test iterators.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM % comment
libcxx/test/std/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_long_double.pass.cpp | ||
---|---|---|
26225 | Not in this PR, but maybe this test should be split into multiple tests? 26k lines might be a bit to long. | |
libcxx/test/support/test_iterators.h | ||
132–133 | Please put this below operator!= to be consistent with the others. |
Comment Actions
Fix the C++03 test failure (reverse_iterator's operator- is not SFINAEd away in C++03 mode).
non_default_constructible_iterator is redundant and should be removed entirely, but I'll make a separate PR for that.
Not in this PR, but maybe this test should be split into multiple tests? 26k lines might be a bit to long.