From kdevelop-bugs Mon Feb 27 11:22:36 2012 From: Marco Poletti Date: Mon, 27 Feb 2012 11:22:36 +0000 To: kdevelop-bugs Subject: [Bug 294917] New: Parsing of default template arguments fails if they contain template parameters Message-Id: X-MARC-Message: https://marc.info/?l=kdevelop-bugs&m=133034185430242 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