Skip to content

Commit f73d4b9

Browse files
committed
Fixed compilation issue with vs2005
1 parent 43e25c3 commit f73d4b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib_json/json_valueiterator.inl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
ValueIteratorBase::ValueIteratorBase()
1414
#ifndef JSON_VALUE_USE_INTERNAL_MAP
15-
: current_( 0 )
15+
: current_()
1616
#else
1717
# error fix me // Need to handle uninitialized iterator comparison for experimental maps
1818
#endif

0 commit comments

Comments
 (0)