This is an archive of the discontinued LLVM Phabricator instance.

[libc++][NFC] Replace uses of stdr:: by just std::ranges::
ClosedPublic

Authored by ldionne on Sep 1 2021, 6:51 PM.

Details

Diff Detail

Event Timeline

ldionne requested review of this revision.Sep 1 2021, 6:51 PM
ldionne created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptSep 1 2021, 6:51 PM
Herald added a reviewer: Restricted Project. · View Herald Transcript
Quuxplusone accepted this revision.Sep 2 2021, 6:54 AM
Quuxplusone added a subscriber: Quuxplusone.
Quuxplusone added inline comments.
libcxx/test/std/containers/associative/multiset/range_concept_conformance.compile.pass.cpp
39

Absolutely bizarre that Phabricator fails to align these lines properly for the diff.
Maybe removing the blank line on 22 would help.
But anyway, ship it!

This revision is now accepted and ready to land.Sep 2 2021, 6:54 AM
This revision was landed with ongoing or failed builds.Sep 2 2021, 10:02 AM
This revision was automatically updated to reflect the committed changes.