Closed sdhongjun closed 3 years ago
Hi!
I don't think this is an issue of the library. If windows.h shadows standard C++17 symbols, I consider this an error on the calling side.
The "API Documentation" mostly exists as an example application under https://github.com/jsonrpcx/json-rpc-cxx/tree/master/examples
Compiling code on VS2019 MFC app
typemapper.hpp
will got error.I found this https://stackoverflow.com/questions/27442885/syntax-error-with-stdnumeric-limitsmax one to fix the error. By the way how to find the api document.