mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2024-12-13 10:22:55 +01:00
Fixed default constructor initialization.
This commit is contained in:
parent
eda47b61b5
commit
5d0ed235c6
@ -11,6 +11,11 @@
|
||||
// //////////////////////////////////////////////////////////////////
|
||||
|
||||
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…
Reference in New Issue
Block a user