Closed
Description
The https://github.com/nlohmann/json library lacks support for GCC 4.8.x. Details: https://github.com/nlohmann/json#supported-compilers
This is a problem because we would like to compile USBGuard for CentOS/RHEL 7.
Possible solutions:
- support gcc 4.8.1 nlohmann/json#212
- Switch to a different json library
- Support another library in parallel (high maintenance cost)