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
Some classes such as rpc_channel are based on template class customized_id. Currently they can only be formatted by {fmt} using to_string(). For example, in src/runtime/rpc/asio_net_provider.cpp, there are codes as below:
Some classes such as
rpc_channel
are based on template classcustomized_id
. Currently they can only be formatted by {fmt} usingto_string()
. For example, insrc/runtime/rpc/asio_net_provider.cpp
, there are codes as below:In
src/runtime/rpc/network.sim.cpp
:To simplify the formatting, operator
<<
can just be overloaded which is supported by {fmt}.The text was updated successfully, but these errors were encountered: