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
/home/xxx/dev/ujson/ujson/ujson.hpp: In function ‘std::vector<std::pair<std::__cxx11::basic_string<char>, ujson::value> >::const_iterator ujson::at(const object&, const char*)’:
/home/xxx/dev/ujson/ujson/ujson.hpp:956:20: error: ‘out_of_range’ is not a member of ‘std’
956 | throw std::out_of_range("name not found");
The text was updated successfully, but these errors were encountered:
The out_of_range part of the stdexcept:
g++ 12.2.0
The text was updated successfully, but these errors were encountered: