[Bug c++/61936] gcc:g++ template template friends fail to compile.

2014-07-28 Thread modysk at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61936 --- Comment #1 from SK --- Apparently the errors remain under gcc 4.9 http://stackoverflow.com/questions/24996398/gccg-being-bureaucratic-with-template-template-friends.

[Bug c++/61936] New: gcc:g++ template template friends fail to compile.

2014-07-28 Thread modysk at hotmail dot com
Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: modysk at hotmail dot com In header view.h template class V> void Operate(S c, const V& vx); template class U> class ViewBase { template class V> friend void Operate(S c