This is an archive of the discontinued LLVM Phabricator instance.

[ADT] Remove `is_invocable` from `STLExtras.h`
ClosedPublic

Authored by jloser on Aug 20 2022, 5:49 PM.

Details

Summary

As a follow-up of https://reviews.llvm.org/D132318, now that the callers have
been adjusted to use std::is_invocable, remove llvm::is_invocable and its
tests.

Diff Detail

Event Timeline

jloser created this revision.Aug 20 2022, 5:49 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 20 2022, 5:49 PM
jloser requested review of this revision.Aug 20 2022, 5:49 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 20 2022, 5:49 PM
jloser updated this revision to Diff 454308.Aug 21 2022, 6:57 AM

Rebase to make sure CI failure is unrelated

dblaikie accepted this revision.Aug 21 2022, 2:16 PM

great :)

This revision is now accepted and ready to land.Aug 21 2022, 2:16 PM
This revision was automatically updated to reflect the committed changes.