* include/bits/locale_conv.h (__do_str_codecvt): Set __count.
authorJonathan Wakely <jwakely@redhat.com>
Thu, 25 Jun 2015 18:23:41 +0000 (19:23 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Thu, 25 Jun 2015 18:23:41 +0000 (19:23 +0100)
From-SVN: r224985

libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/locale_conv.h

index 47777ac..7b7e2b9 100644 (file)
@@ -1,3 +1,7 @@
+2015-06-25  Jonathan Wakely  <jwakely@redhat.com>
+
+       * include/bits/locale_conv.h (__do_str_codecvt): Set __count.
+
 2015-06-24  François Dumont  <fdumont@gcc.gnu.org>
 
        * include/bits/basic_string.h (basic_string<>::front()): Add !empty
index fd99499..146f78b 100644 (file)
@@ -61,6 +61,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
       if (__first == __last)
        {
          __outstr.clear();
+         __count = 0;
          return true;
        }