]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
fix erroneouse paste
authorNathan Sidwell <nathan@gcc.gnu.org>
Sun, 10 Aug 2003 19:26:20 +0000 (19:26 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Sun, 10 Aug 2003 19:26:20 +0000 (19:26 +0000)
From-SVN: r70304

gcc/testsuite/g++.dg/template/dependent-name2.C

index 611d5f9c8d95dc0a34b4b48e32bd96664dcb83af..9e0cbcee189b3bc529f062675fc72e6fdf077364 100644 (file)
@@ -16,9 +16,3 @@ template <typename A> struct Bar {
   typedef typename Foo<int>::Inner::type type;
 };
 
-template <template <typename T> class TPL> void Foo ()
-{
-  TPL<int> x;
-
-  f (x);
-}