Remove duplicate test
From-SVN: r22270
This commit is contained in:
parent
55953cea37
commit
00dd3ccd9b
@ -1,16 +0,0 @@
|
||||
// Build don't run:
|
||||
// GROUPS passed templates
|
||||
struct S
|
||||
{
|
||||
template <class T>
|
||||
void foo(T t);
|
||||
|
||||
template <>
|
||||
void foo<int>(int i) { }
|
||||
};
|
||||
|
||||
int main()
|
||||
{
|
||||
S s;
|
||||
s.template foo<int>(3.0);
|
||||
}
|
Loading…
Reference in New Issue
Block a user