Unverified Commit c55cacee by Niels Lohmann Committed by GitHub

Merge pull request #1477 from nickaein/fix-doc

Fix documentation
parents 46ff13d3 fb5ceb26
...@@ -6009,9 +6009,6 @@ class basic_json ...@@ -6009,9 +6009,6 @@ class basic_json
@pre The container storage is contiguous. Violating this precondition @pre The container storage is contiguous. Violating this precondition
yields undefined behavior. **This precondition is enforced with an yields undefined behavior. **This precondition is enforced with an
assertion.** assertion.**
@pre Each element of the container has a size of 1 byte. Violating this
precondition yields undefined behavior. **This precondition is enforced
with a static assertion.**
@warning There is no way to enforce all preconditions at compile-time. If @warning There is no way to enforce all preconditions at compile-time. If
the function is called with a noncompliant container and with the function is called with a noncompliant container and with
...@@ -6092,9 +6089,6 @@ class basic_json ...@@ -6092,9 +6089,6 @@ class basic_json
@pre The container storage is contiguous. Violating this precondition @pre The container storage is contiguous. Violating this precondition
yields undefined behavior. **This precondition is enforced with an yields undefined behavior. **This precondition is enforced with an
assertion.** assertion.**
@pre Each element of the container has a size of 1 byte. Violating this
precondition yields undefined behavior. **This precondition is enforced
with a static assertion.**
@warning There is no way to enforce all preconditions at compile-time. If @warning There is no way to enforce all preconditions at compile-time. If
the function is called with a noncompliant container and with the function is called with a noncompliant container and with
......
...@@ -18517,9 +18517,6 @@ class basic_json ...@@ -18517,9 +18517,6 @@ class basic_json
@pre The container storage is contiguous. Violating this precondition @pre The container storage is contiguous. Violating this precondition
yields undefined behavior. **This precondition is enforced with an yields undefined behavior. **This precondition is enforced with an
assertion.** assertion.**
@pre Each element of the container has a size of 1 byte. Violating this
precondition yields undefined behavior. **This precondition is enforced
with a static assertion.**
@warning There is no way to enforce all preconditions at compile-time. If @warning There is no way to enforce all preconditions at compile-time. If
the function is called with a noncompliant container and with the function is called with a noncompliant container and with
...@@ -18600,9 +18597,6 @@ class basic_json ...@@ -18600,9 +18597,6 @@ class basic_json
@pre The container storage is contiguous. Violating this precondition @pre The container storage is contiguous. Violating this precondition
yields undefined behavior. **This precondition is enforced with an yields undefined behavior. **This precondition is enforced with an
assertion.** assertion.**
@pre Each element of the container has a size of 1 byte. Violating this
precondition yields undefined behavior. **This precondition is enforced
with a static assertion.**
@warning There is no way to enforce all preconditions at compile-time. If @warning There is no way to enforce all preconditions at compile-time. If
the function is called with a noncompliant container and with the function is called with a noncompliant container and with
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment