This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Support simply `std::iterator_traits` in the iterator_traits test.
ClosedPublic

Authored by Quuxplusone on Nov 27 2020, 10:52 AM.

Details

Summary

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.

Diff Detail

Event Timeline

Herald added a reviewer: Restricted Project. · View Herald TranscriptNov 27 2020, 10:52 AM
Quuxplusone requested review of this revision.Nov 27 2020, 10:52 AM

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 .

ldionne accepted this revision.Dec 1 2020, 2:10 PM
This revision is now accepted and ready to land.Dec 1 2020, 2:10 PM