Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
2aedcaf5
Commit
2aedcaf5
authored
Sep 08, 2017
by
Mikaël Salson
Committed by
Mathieu Giraud
Sep 14, 2017
Browse files
lib/json.hpp: Works with g++ 4.8 (for us)
The features we use seem to be working with g++ 4.8. See
#2615
parent
fa27ae7d
Changes
1
Show whitespace changes
Inline
Side-by-side
algo/lib/json.hpp
View file @
2aedcaf5
...
...
@@ -63,7 +63,7 @@ SOFTWARE.
#error "unsupported Clang version - see https://github.com/nlohmann/json#supported-compilers"
#endif
#elif defined(__GNUC__)
#if (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) < 40
9
00
#if (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) < 40
8
00
#error "unsupported GCC version - see https://github.com/nlohmann/json#supported-compilers"
#endif
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment