Skip to content
New issue

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

Compilation error. #273

Closed
kerolex opened this issue Jun 27, 2016 · 2 comments
Closed

Compilation error. #273

kerolex opened this issue Jun 27, 2016 · 2 comments
Labels
solution: invalid the issue is not related to the library

Comments

@kerolex
Copy link

kerolex commented Jun 27, 2016

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.

@gregmarr
Copy link
Contributor

This library only supports g++ 4.9 and above.

@kerolex
Copy link
Author

kerolex commented Jun 27, 2016

Sorry, my distraction. I haven't read carefully the part of compilers in the README.
Thank you for the answer.

@kerolex kerolex closed this as completed Jun 27, 2016
@nlohmann nlohmann added the solution: invalid the issue is not related to the library label Jun 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
solution: invalid the issue is not related to the library
Projects
None yet
Development

No branches or pull requests

3 participants