locale_facets.tcc (time_put::put): Avoid expensive *__s++, in favor of *__s, ++__s.
authorNathan Myers <ncm@cantrip.org>
Wed, 1 Oct 2003 16:58:38 +0000 (16:58 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Wed, 1 Oct 2003 16:58:38 +0000 (16:58 +0000)
commite39dd1ce5252a84b61c3ddf3164046d63cba1da6
treea1f8b7a7fba16ea3490a7e8de9296f1d701ebbd0
parent9dfc2ec225a5a8f0a5d2a9b5853d0a19d728e129
locale_facets.tcc (time_put::put): Avoid expensive *__s++, in favor of *__s, ++__s.

2003-10-01  Nathan Myers  <ncm@cantrip.org>

* include/bits/locale_facets.tcc (time_put::put): Avoid
expensive *__s++, in favor of *__s, ++__s.

From-SVN: r71980
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/locale_facets.tcc