[Bug c++/38485] possible regression: expected primary-expression at end of input

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Fri Dec 12 00:29:00 GMT 2008



------- Comment #2 from pinskia at gcc dot gnu dot org  2008-12-12 00:28 -------
Reduced testcase:

template <class Key, class T>
class QMap { };

class XMLConfigurations {
  void translateToOther(QMap<int, int> match = (QMap<int, int>()));
};


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38485



More information about the Gcc-bugs mailing list