https://bugs.kde.org/show_bug.cgi?id=294917 Summary: Parsing of default template arguments fails if they contain template parameters Product: kdevelop Version: git master Platform: Ubuntu Packages OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: Language Support: CPP AssignedTo: kdevelop-bugs@kdevelop.org ReportedBy: poletti.marco@gmail.com Version: git master (using KDE 4.8.0) OS: Linux See the steps to reproduce below. KDevelop gives parsing errors after the Reproducible: Always Steps to Reproduce: Parsing fails on this code (note that this is plain old C++, not C++11): template void foo(const T& x) { (void) x; } template > class C { }; Expected Results: Parse it with no errors. -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ KDevelop-bugs mailing list KDevelop-bugs@kdevelop.org https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-bugs