id summary reporter owner description type status milestone component version severity resolution keywords cc 11067 boost::gregorian::date_iterator missing postfix operators ++ and -- dkochin@… James E. King, III "/* Consider the following (somewhat canonical) code snippet */ { std::vector dates(count); auto dt_i = dates.begin(); boost::gregorian::month_iterator m_i(some_start_date, 1); while (dt_i != dts.end()) *dt_i++ = *m_i++; /* this will call prefix ++ operator on m_i leading to subtle bug */ }" Feature Requests assigned To Be Determined date_time Boost 1.57.0 Problem boost::gregorian::date, boost::gregorian::date_iterator