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
d419f1cd
Commit
d419f1cd
authored
Jan 23, 2002
by
Loren J. Rittle
Committed by
Loren J. Rittle
Jan 23, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/locale/c_locale_generic.cc: Fix typename usage.
From-SVN: r49141
parent
cf8002d0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
libstdc++-v3/ChangeLog
+4
-0
libstdc++-v3/config/locale/c_locale_generic.cc
+1
-1
No files found.
libstdc++-v3/ChangeLog
View file @
d419f1cd
2002-01-23 Loren Rittle <ljrittle@acm.org>
* config/locale/c_locale_generic.cc: Fix typename usage.
2002-01-22 Benjamin Kosnik <bkoz@redhat.com>
* config/locale/c_locale_generic.cc: Fix.
...
...
libstdc++-v3/config/locale/c_locale_generic.cc
View file @
d419f1cd
...
...
@@ -168,7 +168,7 @@ namespace std
if
(
__sanity
!=
__s
&&
*
__sanity
==
'\0'
&&
errno
==
0
)
__v
=
__ld
;
#else
typedef
typename
char_traits
<
char
>::
int_type
int_type
;
typedef
char_traits
<
char
>::
int_type
int_type
;
long
double
__ld
;
int
__p
=
sscanf
(
__s
,
"%Lf"
,
&
__ld
);
if
(
__p
&&
static_cast
<
int_type
>
(
__p
)
!=
char_traits
<
char
>::
eof
())
...
...
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