Update include/nlohmann/json.hpp

Co-Authored-By: timprepscius <timprepscius@gmail.com>
This commit is contained in:
Niels Lohmann 2018-10-26 16:34:11 -04:00 committed by GitHub
parent 856ef47367
commit dffa3959ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7116,7 +7116,7 @@ class basic_json
@throw out_of_range.404 if the JSON pointer @a ptr can not be resolved.
See example below.
@complexity
@complexity Logarithmic.
@since version
*/