This is an archive of the discontinued LLVM Phabricator instance.

[libc++][NFC] Remove using declarations in common_reference.compile.pass.cpp
ClosedPublic

Authored by philnik on Jan 6 2022, 7:08 AM.

Details

Summary

Remove using declarations in common_reference.compile.pass.cpp

Diff Detail

Event Timeline

philnik requested review of this revision.Jan 6 2022, 7:08 AM
philnik created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptJan 6 2022, 7:08 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
jloser accepted this revision.Jan 6 2022, 8:25 AM
jloser added a subscriber: jloser.

LGTM

Mordante accepted this revision as: Mordante.Jan 6 2022, 8:57 AM

LGTM, I like this cleanup.

Quuxplusone accepted this revision.Jan 6 2022, 9:42 AM
Quuxplusone added inline comments.
libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/common_reference.compile.pass.cpp
102–104
This revision is now accepted and ready to land.Jan 6 2022, 9:42 AM
philnik updated this revision to Diff 397943.Jan 6 2022, 10:59 AM
  • Address comment