Fix documentation
Remove two instance of duplicate paragraphs.
This commit is contained in:
parent
68ec3eb8d6
commit
fb5ceb26ac
2 changed files with 0 additions and 12 deletions
|
@ -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
|
||||||
@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
|
||||||
|
|
|
@ -18508,9 +18508,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
|
||||||
|
@ -18591,9 +18588,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
|
||||||
|
|
Loading…
Reference in a new issue