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
2014-01-30 Alangi Derick <alangiderick@gmail.com>
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
template
/
using11.C
blob
21cc5d2ef2da84ac24d99e88189e0011ca1ceda8
1
struct X {
2
void f();
3
};
4
5
template <typename T>
6
struct S : public T {
7
using X::f;
8
};