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 33e48cc commit 6e49b7dCopy full SHA for 6e49b7d
ReflectionTemplateLib/rtl/cache/cache_lambda_function.h
@@ -42,7 +42,7 @@ namespace rtl::cache
42
else {
43
eb.m_rhopper = aware_ret_t::get_lambda_any_return();
44
}
45
- eb.init_base<return_t>();
+ eb.template init_base<return_t>();
46
47
m_cache.push_back(dispatch::lambda_function<signature_t...>(p_functor, eb));
48
return { &m_cache.back(), &eb };
0 commit comments