You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Decoder supports family tags (mpp::as_raw, mpp::as_arr and so on), but response reader doesn't since it accepts T& but all tags a temporary T&&, so they are actually useless.
The fix is trivial, but we should cover client with corresponding tests.
The text was updated successfully, but these errors were encountered:
Decoder supports family tags (
mpp::as_raw
,mpp::as_arr
and so on), but response reader doesn't since it acceptsT&
but all tags a temporaryT&&
, so they are actually useless.The fix is trivial, but we should cover client with corresponding tests.
The text was updated successfully, but these errors were encountered: