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
f12bc7b5
Commit
f12bc7b5
authored
Sep 10, 1997
by
Jason Merrill
Committed by
Jason Merrill
Sep 09, 1997
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* std/bastring.h: Adjust use of reverse_iterator template.
From-SVN: r15212
parent
ff893307
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
libstdc++/ChangeLog
+4
-0
libstdc++/std/bastring.h
+2
-4
No files found.
libstdc++/ChangeLog
View file @
f12bc7b5
Tue Sep 9 19:47:07 1997 Jason Merrill <jason@yorick.cygnus.com>
* std/bastring.h: Adjust use of reverse_iterator template.
Wed Aug 27 00:04:33 1997 Alexandre Oliva (oliva@dcc.unicamp.br)
Wed Aug 27 00:04:33 1997 Alexandre Oliva (oliva@dcc.unicamp.br)
* Makefile.in: create correct multiple links to
* Makefile.in: create correct multiple links to
...
...
libstdc++/std/bastring.h
View file @
f12bc7b5
...
@@ -110,10 +110,8 @@ public:
...
@@ -110,10 +110,8 @@ public:
typedef
const
charT
*
const_pointer
;
typedef
const
charT
*
const_pointer
;
typedef
pointer
iterator
;
typedef
pointer
iterator
;
typedef
const_pointer
const_iterator
;
typedef
const_pointer
const_iterator
;
typedef
reverse_iterator
<
iterator
,
value_type
,
typedef
reverse_iterator
<
iterator
>
reverse_iterator
;
reference
,
difference_type
>
reverse_iterator
;
typedef
reverse_iterator
<
const_iterator
>
const_reverse_iterator
;
typedef
reverse_iterator
<
const_iterator
,
value_type
,
const_reference
,
difference_type
>
const_reverse_iterator
;
static
const
size_type
npos
=
static_cast
<
size_type
>
(
-
1
);
static
const
size_type
npos
=
static_cast
<
size_type
>
(
-
1
);
private
:
private
:
...
...
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