fixed typo (#74)
This commit is contained in:
parent
e2035df957
commit
afc7f2388e
3 changed files with 4 additions and 2 deletions
|
@ -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.
|
||||||
|
|
||||||
|
|
|
@ -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 iteraotr for all other value types
|
/// generic iterator for all other value types
|
||||||
difference_type generic_iterator;
|
difference_type generic_iterator;
|
||||||
|
|
||||||
/// default constructor
|
/// default constructor
|
||||||
|
|
|
@ -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 iteraotr for all other value types
|
/// generic iterator for all other value types
|
||||||
difference_type generic_iterator;
|
difference_type generic_iterator;
|
||||||
|
|
||||||
/// default constructor
|
/// default constructor
|
||||||
|
|
Loading…
Reference in a new issue