Make ThrowingIterator constexpr
Details
Details
- Reviewers
• Quuxplusone ldionne - Group Reviewers
Restricted Project - Commits
- rG3d510343c4ab: [libc++] Make ThrowingIterator constexpr
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
libcxx/test/support/test_iterators.h | ||
---|---|---|
538 | Nit: Here, and I'm guessing on the ctors, I'd prefer to see TEST_CONSTEXPR instead of TEST_CONSTEXPR_CXX14: i.e., pick the most aggressive constexprness possible. (Applies to any single-statement const-qualified member function.) |
Nit: Here, and I'm guessing on the ctors, I'd prefer to see TEST_CONSTEXPR instead of TEST_CONSTEXPR_CXX14: i.e., pick the most aggressive constexprness possible. (Applies to any single-statement const-qualified member function.)