mirror of
https://github.com/matrix-construct/construct
synced 2025-02-18 09:40:12 +01:00
ircd::json::tuple: Use a forward here instead.
This commit is contained in:
parent
c6be968111
commit
379d5d5914
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ _key_transform(it_a it,
|
|||
++it;
|
||||
}
|
||||
|
||||
return _key_transform<tuple, it_a, it_b, i + 1>(it, end, std::move(lambda));
|
||||
return _key_transform<tuple, it_a, it_b, i + 1>(it, end, std::forward<closure>(lambda));
|
||||
}
|
||||
|
||||
template<class tuple,
|
||||
|
|
Loading…
Add table
Reference in a new issue