-
-
Notifications
You must be signed in to change notification settings - Fork 7.4k
GCC 7.x issue #926
Copy link
Copy link
Closed
Labels
solution: duplicatethe issue is a duplicate; refer to the linked issue insteadthe issue is a duplicate; refer to the linked issue instead
Metadata
Metadata
Assignees
Labels
solution: duplicatethe issue is a duplicate; refer to the linked issue insteadthe issue is a duplicate; refer to the linked issue instead
Bug Report
What is the issue you have?
Gcc 7.x complains about json.hpp row ~1581:
with error "lamda-expression in unevaluated context"
Please describe the steps to reproduce the issue. Can you provide a small but working code example?
just include header in hello world application built using gcc 7.3
What is the expected behavior?
And what is the actual behavior instead?
Which compiler and operating system are you using? Is it a supported compiler?
Did you use a released version of the library or the version from the
developbranch?looks to be the same on master
If you experience a compilation error: can you compile and run the unit tests?
Feature Request
Describe the feature in as much detail as possible.
Include sample usage where appropriate.