Commit 86579209 by Krzysztof Woś

Make exception base class visible in basic_json

parent 31a6c091
...@@ -1264,6 +1264,8 @@ class basic_json ...@@ -1264,6 +1264,8 @@ class basic_json
/// Classes to implement user-defined exceptions. /// Classes to implement user-defined exceptions.
/// @{ /// @{
/// @copydoc detail::exception
using exception = detail::exception;
/// @copydoc detail::parse_error /// @copydoc detail::parse_error
using parse_error = detail::parse_error; using parse_error = detail::parse_error;
/// @copydoc detail::invalid_iterator /// @copydoc detail::invalid_iterator
......
...@@ -1264,6 +1264,8 @@ class basic_json ...@@ -1264,6 +1264,8 @@ class basic_json
/// Classes to implement user-defined exceptions. /// Classes to implement user-defined exceptions.
/// @{ /// @{
/// @copydoc detail::exception
using exception = detail::exception;
/// @copydoc detail::parse_error /// @copydoc detail::parse_error
using parse_error = detail::parse_error; using parse_error = detail::parse_error;
/// @copydoc detail::invalid_iterator /// @copydoc detail::invalid_iterator
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment