Update include/nlohmann/json.hpp

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

View File

@ -7092,7 +7092,7 @@ class basic_json
Removes elements from a JSON tree with the pointer value @ptr
@param[in] pointer value of the elements to remove
@param[in] ptr pointer to the value to remove
@post References and iterators to the erased elements are invalidated.
Other references and iterators are not affected.