repo.or.cz
/
official-gcc
/
graphite-test-results.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge from mainline (165734:167278).
[official-gcc/graphite-test-results.git]
/
gcc
/
testsuite
/
g++.dg
/
template
/
new7.C
blob
dcf8a8e595e3f13ff80249406ea48b1be08aa8ed
1
// PR c++/27714
2
3
template<typename> struct A
4
{
5
static void* operator new(__SIZE_TYPE__);
6
template<typename T> friend void* A<T>::operator new(__SIZE_TYPE__);
7
};
8
9
A<int> a;