Make exception base class visible in basic_json

This commit is contained in:
Krzysztof Woś 2017-03-20 12:42:44 +09:00
parent 31a6c0910e
commit 86579209c8
2 changed files with 4 additions and 0 deletions

View file

@ -1264,6 +1264,8 @@ class basic_json
/// Classes to implement user-defined exceptions.
/// @{
/// @copydoc detail::exception
using exception = detail::exception;
/// @copydoc detail::parse_error
using parse_error = detail::parse_error;
/// @copydoc detail::invalid_iterator

View file

@ -1264,6 +1264,8 @@ class basic_json
/// Classes to implement user-defined exceptions.
/// @{
/// @copydoc detail::exception
using exception = detail::exception;
/// @copydoc detail::parse_error
using parse_error = detail::parse_error;
/// @copydoc detail::invalid_iterator