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
We recently merged #4517 which added a macro JSON_DIAGNOSTIC_POSITIONS that, when defined, adds two std::size_t members to JSON values indicating the position of the first and last byte of this element in the input text. We should use this information to provide better diagnostic messages in exceptions.
The text was updated successfully, but these errors were encountered:
We recently merged #4517 which added a macro
JSON_DIAGNOSTIC_POSITIONS
that, when defined, adds twostd::size_t
members to JSON values indicating the position of the first and last byte of this element in the input text. We should use this information to provide better diagnostic messages in exceptions.The text was updated successfully, but these errors were encountered: