------- Comment #2 from bangerth at dealii dot org 2006-02-13 17:27 -------
I should have noted that the problem can be avoided by declaring the
member function as
X<Y<T>::dim> f();
instead of
X<dim> f();I do find this confusing, however. W. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26261
