new
From-SVN: r34825
This commit is contained in:
parent
708cae9771
commit
486ab711e0
13
gcc/testsuite/g++.old-deja/g++.pt/ttp59.C
Normal file
13
gcc/testsuite/g++.old-deja/g++.pt/ttp59.C
Normal file
@ -0,0 +1,13 @@
|
||||
// Build don't link:
|
||||
// Origin: Marcin Kowalczyk <qrczak@knm.org.pl>
|
||||
|
||||
template<template<typename> class t1, typename t0> void single()
|
||||
{
|
||||
single<t1,t0>();
|
||||
}
|
||||
|
||||
template<typename a> class T1 {};
|
||||
int main()
|
||||
{
|
||||
single<T1,int>();
|
||||
}
|
Loading…
Reference in New Issue
Block a user