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
afc7f238
Commit
afc7f238
authored
Jun 02, 2015
by
Niels
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed typo (#74)
parent
e2035df9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
README.md
README.md
+2
-0
json.hpp
src/json.hpp
+1
-1
json.hpp.re2c
src/json.hpp.re2c
+1
-1
No files found.
README.md
View file @
afc7f238
...
@@ -55,8 +55,10 @@ Though it's 2015 already, the support for C++11 is still a bit sparse. Currently
...
@@ -55,8 +55,10 @@ Though it's 2015 already, the support for C++11 is still a bit sparse. Currently
-
GCC 4.8
-
GCC 4.8
-
GCC 4.9
-
GCC 4.9
-
GCC 5.0
-
GCC 5.0
-
GCC 5.1
-
Clang 3.4
-
Clang 3.4
-
Clang 3.5
-
Clang 3.5
-
Clang 3.6
I would be happy to learn about other compilers/versions.
I would be happy to learn about other compilers/versions.
...
...
src/json.hpp
View file @
afc7f238
...
@@ -2323,7 +2323,7 @@ class basic_json
...
@@ -2323,7 +2323,7 @@ class basic_json
typename
object_t
::
iterator
object_iterator
;
typename
object_t
::
iterator
object_iterator
;
/// iterator for JSON arrays
/// iterator for JSON arrays
typename
array_t
::
iterator
array_iterator
;
typename
array_t
::
iterator
array_iterator
;
/// generic itera
ot
r for all other value types
/// generic itera
to
r for all other value types
difference_type
generic_iterator
;
difference_type
generic_iterator
;
/// default constructor
/// default constructor
...
...
src/json.hpp.re2c
View file @
afc7f238
...
@@ -2323,7 +2323,7 @@ class basic_json
...
@@ -2323,7 +2323,7 @@ class basic_json
typename object_t::iterator object_iterator;
typename object_t::iterator object_iterator;
/// iterator for JSON arrays
/// iterator for JSON arrays
typename array_t::iterator array_iterator;
typename array_t::iterator array_iterator;
/// generic itera
ot
r for all other value types
/// generic itera
to
r for all other value types
difference_type generic_iterator;
difference_type generic_iterator;
/// default constructor
/// default constructor
...
...
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