mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-05-18 03:32:13 +02:00
Fixed default constructor initialization.
This commit is contained in:
parent
eda47b61b5
commit
5d0ed235c6
@ -11,6 +11,11 @@
|
|||||||
// //////////////////////////////////////////////////////////////////
|
// //////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
ValueIteratorBase::ValueIteratorBase()
|
ValueIteratorBase::ValueIteratorBase()
|
||||||
|
#ifndef JSON_VALUE_USE_INTERNAL_MAP
|
||||||
|
: current_( 0 )
|
||||||
|
#else
|
||||||
|
# error fix me // Need to handle uninitialized iterator comparison for experimental maps
|
||||||
|
#endif
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user