Skip to content

Commit d76da5f

Browse files
committed
Fixed compilation with GCC 11, 12 and 13
1 parent 1e9db5a commit d76da5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/kangaru/detail/cache.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ namespace kangaru {
2828
template<
2929
source Source,
3030
cache_map Cache = std::unordered_map<std::size_t, std::any>,
31-
template<source> typename CacheFrom = detail::utility::type_identity
31+
template<typename> typename CacheFrom = detail::utility::type_identity
3232
>
3333
struct with_cache_asymmetric {
3434
using source_type = Source;

0 commit comments

Comments
 (0)