This is an archive of the discontinued LLVM Phabricator instance.

[ADT] Remove STLForwardCompat.h's C++17 equivalents
ClosedPublic

Authored by jloser on Aug 12 2022, 6:01 AM.

Details

Summary

As a follow-up of e8578968f684997840f680ed62bff5cad0accc13 which replaced the
callers to use the C++17 equivalents, remove the equivalents from
STLForwardCompat.h entirely and their corresponding tests.

Diff Detail

Event Timeline

jloser created this revision.Aug 12 2022, 6:01 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 12 2022, 6:01 AM
Herald added a subscriber: StephenFan. · View Herald Transcript
jloser requested review of this revision.Aug 12 2022, 6:01 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 12 2022, 6:01 AM
MaskRay accepted this revision.Aug 12 2022, 9:11 AM
This revision is now accepted and ready to land.Aug 12 2022, 9:11 AM
This revision was automatically updated to reflect the committed changes.