You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The missing currency member gives the following exception:
Dynamic exception type: boost::detail::with_throw_location<boost::system::system_error>
std::exception::what: unknown name [boost.json:39 at /nobackup/lid00lima21/debionne/miniconda3/envs/lima2/include/boost/json/detail/value_to.hpp:371 infunction'operator()']
It would be interesting to have an information where the exception occurred in the json value during value_to conversion. Ideally something like errinfo_json_path="object.concurreny".
The text was updated successfully, but these errors were encountered:
A contributor is working on something in this area, and I also have some ideas. But most likely such feature will require customisation, potentially defining a macro.
Given the following use case that comes from the documentation:
The missing
currency
member gives the following exception:It would be interesting to have an information where the exception occurred in the json value during
value_to
conversion. Ideally something likeerrinfo_json_path="object.concurreny"
.The text was updated successfully, but these errors were encountered: