Merge branch 'develop' into feature/wstring

This commit is contained in:
Niels Lohmann 2018-04-29 13:16:12 +02:00
commit fa3e42f826
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69
12 changed files with 35 additions and 394 deletions

View file

@ -13225,7 +13225,7 @@ class basic_json
@return copy of the element at key @a key or @a default_value if @a key
is not found
@throw type_error.306 if the JSON value is not an objec; in that case,
@throw type_error.306 if the JSON value is not an object; in that case,
using `value()` with a key makes no sense.
@complexity Logarithmic in the size of the container.