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
It uses the C++ standard library std::numeric_limits<uint64_t>::max() and so on.
I think your project may include a header which defines a macro max(a, b).
Hi! I'm getting the following warnings when compiling my project:
1>c:\users\matt-pc\desktop\uba\7542-sonic\sonic\libs\rapidjson\document.h(958): warning C4003: not enough actual parameters for macro 'max'
1>c:\users\matt-pc\desktop\uba\7542-sonic\sonic\libs\rapidjson\document.h(964): warning C4003: not enough actual parameters for macro 'min'
1>c:\users\matt-pc\desktop\uba\7542-sonic\sonic\libs\rapidjson\document.h(965): warning C4003: not enough actual parameters for macro 'max'
1>c:\users\matt-pc\desktop\uba\7542-sonic\sonic\libs\rapidjson\document.h(982): warning C4003: not enough actual parameters for macro 'max'
1>c:\users\matt-pc\desktop\uba\7542-sonic\sonic\libs\rapidjson\document.h(983): warning C4003: not enough actual parameters for macro 'max'
It happens with the latest release v1.1.0.
The text was updated successfully, but these errors were encountered: