This commit is contained in:
2024-12-15 10:33:13 +03:00
parent c45dceaf0e
commit b7e88b36ce
2 changed files with 39 additions and 35 deletions

View File

@@ -739,8 +739,6 @@ protected:
if constexpr (!std::is_same_v<VT, elem_t>) {
addConvertFunc([](const VT& v) { return static_cast<elem_t>(v); },
[](const elem_t& v) { return static_cast<VT>(v); });
} else {
std::cout << "SKIP! I = " << I << "\n";
}
setupTrivialConvertFuncImpl<VT, I + 1, TupleT>();