Commit 65c272c8 by Nathan Sidwell

fix erroneouse paste

From-SVN: r70304
parent 4b780675
...@@ -16,9 +16,3 @@ template <typename A> struct Bar { ...@@ -16,9 +16,3 @@ template <typename A> struct Bar {
typedef typename Foo<int>::Inner::type type; typedef typename Foo<int>::Inner::type type;
}; };
template <template <typename T> class TPL> void Foo ()
{
TPL<int> x;
f (x);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment