LWG3755 tuple-for-each can call user-defined operator,
Details
Details
- Reviewers
ldionne philnik - Group Reviewers
Restricted Project - Commits
- rGf02c9e6f26fc: [libc++] Addresses LWG3755.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
libcxx/test/libcxx/ranges/range.adaptors/range.adaptor.tuple/tuple-for-each.pass.cpp | ||
---|---|---|
2 | IMO this should be tested through the public API. Otherwise this could regress easily if we refactor internals. |
IMO this should be tested through the public API. Otherwise this could regress easily if we refactor internals.