Update extraction tests, update coverage-ci, update ssp.hpp

This commit is contained in:
ado
2023-08-08 12:43:56 +02:00
parent 848689451c
commit 32cbfe1d17
5 changed files with 5 additions and 9 deletions

View File

@@ -2017,7 +2017,6 @@ private:
return extract_tuple<Ts...>(elems);
}
// do not know how to specialize by return type :(
template <typename... Ts>
no_void_validator_tup_t<std::tuple<Ts...>> convert_impl(
const split_data& elems, const std::tuple<Ts...>*) {