This is an archive of the discontinued LLVM Phabricator instance.

Renamed `apply` to `select` to avoid ADL conflict with `std::apply`
ClosedPublic

Authored by gribozavr on May 20 2019, 9:25 AM.

Diff Detail

Repository
rC Clang

Event Timeline

gribozavr created this revision.May 20 2019, 9:25 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 20 2019, 9:25 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
ilya-biryukov accepted this revision.May 20 2019, 9:27 AM

Quick LGTM to unbreak our integrate!

This revision is now accepted and ready to land.May 20 2019, 9:27 AM
This revision was automatically updated to reflect the committed changes.

@ymandel, feel free to change the name to your liking if you don't like select.