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
value::count_path relies on throwing std::out_of_range or kind_error to return 0 in cases where the provided path is not present or otherwise invalid. This is slower than needed. This should use the walk_path function directly instead.
The text was updated successfully, but these errors were encountered:
value::count_path
relies on throwingstd::out_of_range
orkind_error
to return0
in cases where the providedpath
is not present or otherwise invalid. This is slower than needed. This should use thewalk_path
function directly instead.The text was updated successfully, but these errors were encountered: