Container function overview in Doxygen is not updated #883
Labels
confirmed
documentation
solution: proposed fix
a fix for the issue has been proposed and waits for confirmation
Milestone
Bug Report
What is the issue you have?
Outdated documentation.
Please describe the steps to reproduce the issue. Can you provide a small but working code example?
Check https://nlohmann.github.io/json/
What is the expected behavior?
json::parse_error
instead ofstd::domain_error
and so on.And what is the actual behavior instead?
We see old exception types still.
Did you use a released version of the library or the version from the
develop
branch?Documentation says it is version
3.0.0
.P.S. 3.0 is a huge and exciting work, actually.
The text was updated successfully, but these errors were encountered: