diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2015-06-25 19:23:41 +0100 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2015-06-25 19:23:41 +0100 |
commit | 67b0404e1241f698f6bc5f5fc0b347565a35e599 (patch) | |
tree | 8398728bb4985ddae5b3d09c057c6d55ef9d4a89 /libstdc++-v3/include | |
parent | 994c5d85429afb040d3e178c6647e8f91e6092a7 (diff) | |
download | gcc-67b0404e1241f698f6bc5f5fc0b347565a35e599.zip gcc-67b0404e1241f698f6bc5f5fc0b347565a35e599.tar.gz gcc-67b0404e1241f698f6bc5f5fc0b347565a35e599.tar.bz2 |
* include/bits/locale_conv.h (__do_str_codecvt): Set __count.
From-SVN: r224985
Diffstat (limited to 'libstdc++-v3/include')
-rw-r--r-- | libstdc++-v3/include/bits/locale_conv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libstdc++-v3/include/bits/locale_conv.h b/libstdc++-v3/include/bits/locale_conv.h index fd99499..146f78b 100644 --- a/libstdc++-v3/include/bits/locale_conv.h +++ b/libstdc++-v3/include/bits/locale_conv.h @@ -61,6 +61,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION if (__first == __last) { __outstr.clear(); + __count = 0; return true; } |