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 5f8ec48 commit 0943010Copy full SHA for 0943010
ReflectionTemplateLib/rtl/dispatch/function_ptr.h
@@ -58,7 +58,7 @@ namespace rtl::dispatch
58
59
void init_erased_ctor();
60
61
- template<class return_t, class ...signature_t>
+ template<class, class ...>
62
friend struct cache::function_ptr;
63
};
64
}
0 commit comments