From kdevelop-bugs Fri Dec 31 11:27:15 2010 From: Lukas Jirkovsky Date: Fri, 31 Dec 2010 11:27:15 +0000 To: kdevelop-bugs Subject: [Bug 258459] Code completion fails on templates Message-Id: <20101231112715.C25BD795C7 () immanuel ! kde ! org> X-MARC-Message: https://marc.info/?l=kdevelop-bugs&m=129379490716500 https://bugs.kde.org/show_bug.cgi?id=258459 --- Comment #3 from Lukas Jirkovsky 2010-12-31 12:27:15 --- The same goes for class templates. Request implementation of someFunction with the following code: // CODE template class Test { void someFuction(T arg); }; // END CODE Expected result: // CODE template void Test< T >::someFuction(T arg) { } // CODE END Result you get: // CODE void Test< T >::someFuction(T arg) { } // CODEĀ END -- 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