Ticket #8482: iostreams.patch

File iostreams.patch, 536 bytes (added by Alexander Kornienko <alexfh@…>, 10 years ago)
  • boost/iostreams/code_converter.hpp

     
    393393
    394394        switch (result) {
    395395        case std::codecvt_base::partial:
    396             partial = true; // Fall through.
     396            partial = true;
     397            BOOST_FALLTHROUGH;
    397398        case std::codecvt_base::ok:
    398399            total = static_cast<std::streamsize>(nint - s);
    399400            break;