We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cpprealm\macros.hpp(232,39): error C1112: compiler limit: '202' too many macro parameters, only '127' allowed
Add to src this line #include <cpprealm/sdk.hpp>
2.1.0
CMake 3.29
Local Database only
msvc 14
Windows 11 23H2
No response
The text was updated successfully, but these errors were encountered:
➤ PM Bot commented:
Jira ticket: RCPP-90
Sorry, something went wrong.
Yea, blocking me from using it too.
I see this has already been answered here: #197 (comment).
We can enable standard conforming preprocessor to get around this issue: https://learn.microsoft.com/en-us/cpp/build/reference/zc-preprocessor?view=msvc-170.
No branches or pull requests
What happened?
cpprealm\macros.hpp(232,39): error C1112: compiler limit: '202' too many macro parameters, only '127' allowed
Repro steps
Add to src this line
#include <cpprealm/sdk.hpp>
Version
2.1.0
Installation method
CMake 3.29
What Atlas Services are you using?
Local Database only
Compiler
msvc 14
OS and version
Windows 11 23H2
Code snippets
No response
Stacktrace of the exception/crash you're getting
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: