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
What is the issue you have?
I use the json.hpp single-include in a project, but when the compiler tries to compile the file which includes json.hpp, this error occurs: https://bpaste.net/show/e5f311ab72ef
Please describe the steps to reproduce the issue. Can you provide a small but working code example?
I'm not exactly sure what to fill in here, as the unit tests and examples from the documentation all compile and run without issues and as it's a larger project.
What is the expected behavior?
It should compile without errors.
And what is the actual behavior instead?
Compiling fails.
Which compiler and operating system are you using? Is it a supported compiler?
gcc 8.2.0, Arch Linux (unsupported)
Did you use a released version of the library or the version from the develop branch?
I use today's release.
I use the
json.hpp
single-include in a project, but when the compiler tries to compile the file which includesjson.hpp
, this error occurs:https://bpaste.net/show/e5f311ab72ef
I'm not exactly sure what to fill in here, as the unit tests and examples from the documentation all compile and run without issues and as it's a larger project.
It should compile without errors.
Compiling fails.
gcc 8.2.0, Arch Linux (unsupported)
develop
branch?I use today's release.
The unit tests all passed.
The text was updated successfully, but these errors were encountered: