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 1e9db5a commit d76da5fCopy full SHA for d76da5f
include/kangaru/detail/cache.hpp
@@ -28,7 +28,7 @@ namespace kangaru {
28
template<
29
source Source,
30
cache_map Cache = std::unordered_map<std::size_t, std::any>,
31
- template<source> typename CacheFrom = detail::utility::type_identity
+ template<typename> typename CacheFrom = detail::utility::type_identity
32
>
33
struct with_cache_asymmetric {
34
using source_type = Source;
0 commit comments