We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43e25c3 commit f73d4b9Copy full SHA for f73d4b9
1 file changed
src/lib_json/json_valueiterator.inl
@@ -12,7 +12,7 @@
12
13
ValueIteratorBase::ValueIteratorBase()
14
#ifndef JSON_VALUE_USE_INTERNAL_MAP
15
- : current_( 0 )
+ : current_()
16
#else
17
# error fix me // Need to handle uninitialized iterator comparison for experimental maps
18
#endif
0 commit comments