0
0
Fork 0
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:
Jason Volk 2019-01-17 14:06:03 -08:00
parent c6be968111
commit 379d5d5914

View file

@ -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,