Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
67b0404e
Commit
67b0404e
authored
Jun 25, 2015
by
Jonathan Wakely
Committed by
Jonathan Wakely
Jun 25, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* include/bits/locale_conv.h (__do_str_codecvt): Set __count.
From-SVN: r224985
parent
994c5d85
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
libstdc++-v3/ChangeLog
+4
-0
libstdc++-v3/include/bits/locale_conv.h
+1
-0
No files found.
libstdc++-v3/ChangeLog
View file @
67b0404e
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>
2015-06-24 François Dumont <fdumont@gcc.gnu.org>
* include/bits/basic_string.h (basic_string<>::front()): Add !empty
* include/bits/basic_string.h (basic_string<>::front()): Add !empty
...
...
libstdc++-v3/include/bits/locale_conv.h
View file @
67b0404e
...
@@ -61,6 +61,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
...
@@ -61,6 +61,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
if
(
__first
==
__last
)
if
(
__first
==
__last
)
{
{
__outstr
.
clear
();
__outstr
.
clear
();
__count
=
0
;
return
true
;
return
true
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment