qicosmos / rest_rpc

modern C++(C++11), simple, easy to use rpc framework
MIT License
1.7k stars 370 forks source link

添加注释、消息警告 #48

Open sdhongjun opened 3 years ago

sdhongjun commented 3 years ago

哪位大佬有时间麻烦处理一下: 1.代码中注释太少,清添加一下。 2.消除代码中的警告信息x64模式下 1>E:\git\boost_1_76_0\boost\rest_rpc\rpc_client.hpp(294,12): warning C4244: 'return': conversion from 'uint64_t' to 'long', possible loss of data 1>E:\git\boost_1_76_0\boost\rest_rpc\rpc_client.hpp(588,36): warning C4244: 'argument': conversion from 'uint64_t' to 'long', possible loss of data image