[all-commits] [llvm/llvm-project] 375f7a: [ADT] Avoid use of result_of_t in function_ref
Sam McCall via All-commits
all-commits at lists.llvm.org
Mon Oct 19 06:00:19 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 375f7a416031b3a011a5a88ba5f80f5879d775ca
https://github.com/llvm/llvm-project/commit/375f7a416031b3a011a5a88ba5f80f5879d775ca
Author: Sam McCall <sam.mccall at gmail.com>
Date: 2020-10-19 (Mon, 19 Oct 2020)
Changed paths:
M llvm/include/llvm/ADT/STLExtras.h
Log Message:
-----------
[ADT] Avoid use of result_of_t in function_ref
It has bugs on some old libc++ versions and we don't need the power.
See https://reviews.llvm.org/D88977
More information about the All-commits
mailing list