Hello everyone,
I'm trying implement an JSON parse in EMA API, but I'm stuck in this Error:
error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support is currently experimental, and must be enabled with the -std=c++11 or -std=gnu++11 compiler options.
I'm using this library: https://github.com/nlohmann/json
How must I do to overcome this issue? Do you have any suggestion of library compatible with EMA API?
Environment:
- Oracle Linux Server 7.8
- g++ (GCC) 4.8.5 20150623 (Red Hat 4.8.5-39.0.3)