This is an archive of the discontinued LLVM Phabricator instance.

[ADT] Replace `void_t` equivalent with `std::void_t`
ClosedPublic

Authored by jloser on Aug 20 2022, 4:56 PM.

Details

Summary

Use std::void_t instead of defining our own equivalent in STLExtras.h now
that C++17 is available for use.

Diff Detail

Event Timeline

jloser created this revision.Aug 20 2022, 4:56 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 20 2022, 4:56 PM
jloser requested review of this revision.Aug 20 2022, 4:56 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 20 2022, 4:56 PM
rriddle accepted this revision.Aug 20 2022, 7:16 PM
This revision is now accepted and ready to land.Aug 20 2022, 7:16 PM
jloser updated this revision to Diff 454306.Aug 21 2022, 6:54 AM

Rebase to make sure CI failure is unrelated

This revision was automatically updated to reflect the committed changes.