...
This commit is contained in:
@@ -419,6 +419,10 @@ public:
|
||||
template <typename ValueT, typename SerializedT>
|
||||
static ValueT deserialize(const SerializedT& svalue)
|
||||
{
|
||||
if constexpr (std::is_void_v<ValueT>) {
|
||||
return;
|
||||
}
|
||||
|
||||
ValueT res;
|
||||
|
||||
if constexpr (traits::adc_is_tuple_v<ValueT>) {
|
||||
|
||||
Reference in New Issue
Block a user