mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2024-12-28 03:50:53 +08:00
Fixed compilation issue with vs2005
This commit is contained in:
parent
43e25c3b09
commit
f73d4b9a6b
@ -12,7 +12,7 @@
|
||||
|
||||
ValueIteratorBase::ValueIteratorBase()
|
||||
#ifndef JSON_VALUE_USE_INTERNAL_MAP
|
||||
: current_( 0 )
|
||||
: current_()
|
||||
#else
|
||||
# error fix me // Need to handle uninitialized iterator comparison for experimental maps
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user