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
11662aaa
Commit
11662aaa
authored
Feb 12, 2001
by
Mark Mitchell
Committed by
Mark Mitchell
Feb 12, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* src/locale.cc: Remove bogus locale::id definitions.
From-SVN: r39598
parent
0c0c8d25
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
22 deletions
+4
-22
libstdc++-v3/ChangeLog
+4
-0
libstdc++-v3/src/locale.cc
+0
-22
No files found.
libstdc++-v3/ChangeLog
View file @
11662aaa
2001-02-12 Mark Mitchell <mark@codesourcery.com>
* src/locale.cc: Remove bogus locale::id definitions.
2001-02-11 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
2001-02-11 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
* include/bits/std_valarray.h: #undef _DEFINE_LOGICAL_OPERATOR,
* include/bits/std_valarray.h: #undef _DEFINE_LOGICAL_OPERATOR,
...
...
libstdc++-v3/src/locale.cc
View file @
11662aaa
...
@@ -61,32 +61,10 @@ namespace std
...
@@ -61,32 +61,10 @@ namespace std
// Definitions for locale::id of standard facets.
// Definitions for locale::id of standard facets.
locale
::
id
ctype
<
char
>::
id
;
locale
::
id
ctype
<
char
>::
id
;
locale
::
id
codecvt
<
char
,
char
,
mbstate_t
>::
id
;
locale
::
id
codecvt
<
char
,
char
,
mbstate_t
>::
id
;
locale
::
id
num_get
<
char
>::
id
;
locale
::
id
num_put
<
char
>::
id
;
locale
::
id
numpunct
<
char
>::
id
;
locale
::
id
collate
<
char
>::
id
;
locale
::
id
time_get
<
char
>::
id
;
locale
::
id
time_put
<
char
>::
id
;
locale
::
id
money_get
<
char
>::
id
;
locale
::
id
money_put
<
char
>::
id
;
locale
::
id
moneypunct
<
char
,
false
>::
id
;
locale
::
id
moneypunct
<
char
,
true
>::
id
;
locale
::
id
messages
<
char
>::
id
;
#ifdef _GLIBCPP_USE_WCHAR_T
#ifdef _GLIBCPP_USE_WCHAR_T
locale
::
id
ctype
<
wchar_t
>::
id
;
locale
::
id
ctype
<
wchar_t
>::
id
;
locale
::
id
codecvt
<
wchar_t
,
char
,
mbstate_t
>::
id
;
locale
::
id
codecvt
<
wchar_t
,
char
,
mbstate_t
>::
id
;
locale
::
id
num_get
<
wchar_t
>::
id
;
locale
::
id
num_put
<
wchar_t
>::
id
;
locale
::
id
numpunct
<
wchar_t
>::
id
;
locale
::
id
collate
<
wchar_t
>::
id
;
locale
::
id
time_get
<
wchar_t
>::
id
;
locale
::
id
time_put
<
wchar_t
>::
id
;
locale
::
id
money_get
<
wchar_t
>::
id
;
locale
::
id
money_put
<
wchar_t
>::
id
;
locale
::
id
moneypunct
<
wchar_t
,
false
>::
id
;
locale
::
id
moneypunct
<
wchar_t
,
true
>::
id
;
locale
::
id
messages
<
wchar_t
>::
id
;
#endif
#endif
// Definitions for static const data members of locale::id
// Definitions for static const data members of locale::id
...
...
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