index
:
cbb-gcc-4.6.4
main
compiler building blocks: cbb-gcc-4.6.4: including full support for the midipix targets
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
reghunt
/
examples
/
29906a.cc
blob: ef644eee58d434016dcaa8693eaa2300c12c0247 (
plain
)
1
2
3
4
5
6
7
struct
A
{
typedef
int
T
;
virtual
~
A
();
};
struct
B
:
public
A
{
using
A
::
T
;
};