... compiled!
This commit is contained in:
@@ -314,7 +314,7 @@ protected:
|
||||
DefaultDeserializer() : base_t(MCC_COMMPROTO_RANGEPARAM_DELIM_SEQ) {}
|
||||
|
||||
template <traits::mcc_input_char_range IR, typename VT>
|
||||
std::error_code operator()(IR&& bytes, VT& value)
|
||||
std::error_code operator()(IR&& bytes, VT& value) const
|
||||
{
|
||||
if constexpr (mcc_telemetry_data_c<VT>) {
|
||||
return _telemetryDeserializer(std::forward<IR>(bytes), value);
|
||||
|
||||
Reference in New Issue
Block a user