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