IdDIctField - Update get_range
Compare changes
@@ -56,12 +56,9 @@ IdDictField::get_label(size_t index) const {
@@ -70,7 +67,13 @@ IdDictField::get_label_value(const std::string& name) const {
Instead of blindly trying to convert the parsed string to an integer, check before-hand whether the string contains digits.
Tagging: @sroe