Error Handling and Outcome
It's recommended to use -fno-exceptions with this library. How does it handle errors? The answer is that it uses the outcome library(https:/
Internally, ark::
The other parts of outcome library is not used for simplicity.
Refer to the documents of outcome library(https:/
This is (in my opinion) not the optimal state of c++ error handling, will switch to herbceptions(http:/