fix erroneouse paste

From-SVN: r70304
This commit is contained in:
Nathan Sidwell 2003-08-10 19:26:20 +00:00
parent 4b780675e4
commit 65c272c8bb
1 changed files with 0 additions and 6 deletions

View 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);
}