OSDN Git Service
(root)
/
pf3gnuchains
/
gcc-fork.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c76251c
)
91th Cygnus<->FSF merge
author
mrs
<mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 23 Apr 1997 22:45:03 +0000
(22:45 +0000)
committer
mrs
<mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 23 Apr 1997 22:45:03 +0000
(22:45 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@13972
138bc75d
-0d04-0410-961f-
82ee72b054a4
gcc/cp/inc/typeinfo
patch
|
blob
|
history
diff --git
a/gcc/cp/inc/typeinfo
b/gcc/cp/inc/typeinfo
index
bad3b66
..
2652659
100644
(file)
--- a/
gcc/cp/inc/typeinfo
+++ b/
gcc/cp/inc/typeinfo
@@
-27,7
+27,7
@@
public:
// destructor
virtual ~type_info ();
- bool before (const type_info& arg);
+ bool before (const type_info& arg)
const
;
const char* name () const
{ return _name; }
bool operator== (const type_info& arg) const;