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