mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-02 01:46:06 +00:00

- std::reference_wrapper - std::function - std::mem_fn While I'm here, remove _VSTD:: qualification from calls to `declval` because it takes no arguments and thus isn't susceptible to ADL. Differential Revision: https://reviews.llvm.org/D92884