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
Please notice this error during compilation phase:
test/src/unit.cpp:12033:32: error: unterminated raw string CHECK_NOTHROW(json(R"( ^ test/src/unit.cpp:12048:14: warning: missing terminating " character [enabled by default] )"));
This error is also repeating on other lines with similar structure. Please can you tell me if it is just a problem of mine?
My OS is Ubuntu 14.04 LTS and compiler g++ 4.8.
The text was updated successfully, but these errors were encountered:
This library only supports g++ 4.9 and above.
Sorry, something went wrong.
Sorry, my distraction. I haven't read carefully the part of compilers in the README. Thank you for the answer.
No branches or pull requests
Please notice this error during compilation phase:
This error is also repeating on other lines with similar structure.
Please can you tell me if it is just a problem of mine?
My OS is Ubuntu 14.04 LTS and compiler g++ 4.8.
The text was updated successfully, but these errors were encountered: