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
PR c++/81917 - ICE with void_t and partial specialization.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
template
/
using12.C
blob
cebfab1ee0bef5e88c389f61e0a8020d50f37a7b
1
struct A {
2
};
3
4
template <typename T>
5
struct S : public A {
6
using A::operator(); // { dg-error "no member" }
7
};