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

List:       kdevelop-bugs
Subject:    [Bug 252939] New: Implementation helper should not expand STL
From:       lamefun <lamefun.x0r () gmail ! com>
Date:       2010-10-01 10:38:20
Message-ID: bug-252939-40295 () http ! bugs ! kde ! org/
[Download RAW message or body]

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

           Summary: Implementation helper should not expand STL templates
           Product: kdevelop
           Version: unspecified
          Platform: Archlinux Packages
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: Language Support: CPP
        AssignedTo: kdevelop-bugs@kdevelop.org
        ReportedBy: lamefun.x0r@gmail.com


Version:           unspecified (using KDE 4.5.1) 
OS:                Linux




Reproducible: Always

Steps to Reproduce:
Make lol.hpp and declare function foo that accepts string::const_iterator& :

>    #include <string>
>    using std::string;
>    
>    int foo(string::const_iterator &it);

Then make lol.cpp and try to use implementation helper in Ctrl+Space menu to
implement it.

Actual Results:  
It generates this code:

>    int foo(std::basic_string< char, std::char_traits< char > >::const_iterator& it)
>    {
>
>    }

Expected Results:  
It should generate this:

>    int foo(string::const_iterator &it)
>    {
>    
>    }

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