Fixed compilation issue with vs2005

This commit is contained in:
Baptiste Lepilleur 2009-11-19 19:13:18 +00:00
parent 43e25c3b09
commit f73d4b9a6b

View File

@ -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