Commit f82b6a6b by Brendan Kehoe

make member I public

From-SVN: r22129
parent 9953e375
......@@ -2,6 +2,7 @@
template <class A, class B> void foo();
template <class C> class bar {
public:
int i;
template <class B> friend void foo<C,B>(); // ERROR - template-id
};
......
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