[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kdevelop-bugs
Subject:    [Bug 258459] Code completion fails on templates
From:       Lukas Jirkovsky <l.jirkovsky () gmail ! com>
Date:       2010-12-31 11:27:15
Message-ID: 20101231112715.C25BD795C7 () immanuel ! kde ! org
[Download RAW message or body]

https://bugs.kde.org/show_bug.cgi?id=258459





--- Comment #3 from Lukas Jirkovsky <l jirkovsky gmail com>  2010-12-31 12:27:15 ---
The same goes for class templates. Request implementation of someFunction with
the following code:

// CODE
template <typename T>
class Test
{
    void someFuction(T arg);
};
// END CODE

Expected result:
// CODE
template<typename T>
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

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic