-
We found this json class library elegant to use and easy to integrate. Our next project is in an ARM TEE project. We use ARM LLVM 8.0.12 from Qualcomm, which supports C++11. However, in the ARM TEE environment, we are running at tight real time constraint and cannot afford the cost of exception handling. The TEE OS layer disables with "-fno-excetions" Question: what does it take to build nlohmann-json with -fno-exception, and still pass all tests |
Beta Was this translation helpful? Give feedback.
Answered by
nlohmann
Jul 8, 2020
Replies: 1 comment 2 replies
-
See https://nlohmann.github.io/json/home/exceptions/#switch-off-exceptions. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
nlohmann
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See https://nlohmann.github.io/json/home/exceptions/#switch-off-exceptions.