Ticket #8475: date_time.patch

File date_time.patch, 796 bytes (added by Alexander Kornienko <alexfh@…>, 10 years ago)
  • boost/date_time/time_facet.hpp

     
    866866                    break;
    867867                  // %s is the same as %S%f so we drop through into %f
    868868                }
     869                BOOST_FALLTHROUGH;
    869870              case 'f':
    870871                {
    871872                  // check for decimal, check special_values if missing
     
    11351136                      break;
    11361137                    // %s is the same as %S%f so we drop through into %f
    11371138                  }
     1139                  BOOST_FALLTHROUGH;
    11381140                case 'f':
    11391141                  {
    11401142                    // check for decimal, check SV if missing