...
This commit is contained in:
@@ -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>();
|
||||
|
||||
Reference in New Issue
Block a user