Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
json
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
json
Commits
c55cacee
Unverified
Commit
c55cacee
authored
Feb 13, 2019
by
Niels Lohmann
Committed by
GitHub
Feb 13, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1477 from nickaein/fix-doc
Fix documentation
parents
46ff13d3
fb5ceb26
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
12 deletions
+0
-12
json.hpp
include/nlohmann/json.hpp
+0
-6
json.hpp
single_include/nlohmann/json.hpp
+0
-6
No files found.
include/nlohmann/json.hpp
View file @
c55cacee
...
@@ -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
...
...
single_include/nlohmann/json.hpp
View file @
c55cacee
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment