We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70ab81b commit b037bceCopy full SHA for b037bce
llvm/include/llvm/ADT/STLFunctionalExtras.h
@@ -36,8 +36,8 @@ namespace llvm {
36
/// a function_ref.
37
template<typename Fn> class function_ref;
38
39
-template<typename Ret, typename ...Params>
40
-class function_ref<Ret(Params...)> {
+template <typename Ret, typename... Params>
+class LLVM_GSL_POINTER function_ref<Ret(Params...)> {
41
Ret (*callback)(intptr_t callable, Params ...params) = nullptr;
42
intptr_t callable;
43
0 commit comments