[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:22:54
Message-ID: 20101231112254.DA48779599 () immanuel ! kde ! org
[Download RAW message or body]

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


Lukas Jirkovsky <l.jirkovsky@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |l.jirkovsky@gmail.com




--- Comment #2 from Lukas Jirkovsky <l jirkovsky gmail com>  2010-12-31 12:22:54 ---
// START CODE

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

// END CODE

Steps to reproduce:
1. Write Test (or a part of it) and request code completion.
2. Select Implement void someFuction(T arg) …

Expected result:

template <typename T>
void Test::someFuction(T arg)
{

}

Result you get:

void Test::someFuction(T arg)
{

}

-- 
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