Update splitter tests

This commit is contained in:
ado
2023-08-08 12:10:20 +02:00
parent e316558a7b
commit b7e5dd28b8
2 changed files with 37 additions and 11 deletions

View File

@@ -379,7 +379,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...>*) {