repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
IVOPT performance tuning patch. The main problem is a variant of maximal weight
[official-gcc.git]
/
contrib
/
reghunt
/
examples
/
29906b.cc
blob
ef644eee58d434016dcaa8693eaa2300c12c0247
1
struct
A
{
2
typedef
int
T
;
3
virtual
~
A
();
4
};
5
struct
B
:
public
A
{
6
using
A
::
T
;
7
};