This follows on from D56698. Somehow, on my local OSX 10.14.6 machine, the name printed in the error messages for this test is just std::, not std::__1:: or any other nested namespace. I copied the fix from commit 66e6e37447b183b1c8bac9330a4658530d2d49e6.
Details
Details
- Reviewers
ldionne rsmith - Group Reviewers
Restricted Project - Commits
- rGc3e15b3c1c1c: [libc++] Support simply `std::iterator_traits` in the iterator_traits test.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Turns out this is a duplicate of @vvereschaka's D92142, but @ldionne, I'd still like to land this spelling of it, for consistency with https://github.com/llvm/llvm-project/commit/66e6e37447b183b1c8bac9330a4658530d2d49e6 .