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

--- Comment #1 from Ted <tedfed...@gmail.com> ---
The settings I am referring to are under 
project->Open Configuration...->Language Support

Maybe this is an issue with c++11 v.s. older ABI
When I pulled up a project that had c++11 for the language version then I do
see std::string interpreted correctly:

typedef basic_string< char, std< char >, std< char > > string
Container: __cxx11 Kind: Typedef 
Decl.: stringfwd.h :74 Show uses

If I try to use 03 it reverts to this:
typedef int string
Container: __cxx11 Kind: Typedef 
Decl.: stringfwd.h :74 Show uses

If I include the define for _GLIBCXX_USE_CXX11_ABI 0 then back to this:
(Using 03 or 11, doesn't matter).
typedef int string
Container: std Kind: Typedef 
Decl.: stringfwd.h :74 Show uses

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to