Bug #17059 2010-04-06 21:26
tomekgasinski
std::string - declaration is not visible
std::string - declaration is not visible.
Right click, Find declaration of 'string' => Not found 'string'.
std::vector is ok.
CodeCompletion not working with members clas string, working with vector.
Program compiling and executing normally.
CodeBlock SVN 6181,
Windows XP Sp3,
Headers: Visual Studio 2005, Sp1
string is declared in file 'xstring' line 2127
typedef basic_string<char, char_traits<char>, allocator<char> > string;
- Category
- Plugin::CodeCompletion
- Group
- Status
- Closed
- Close date
- 2010-10-15 12:36
- Assigned to
- loaden
History
I'm running Code::Blocks 8.02 on Fedora 11.
The code completion does not see almost any of the standard library.
Right click, Find declaration of 'vector' works, but no completion when trying to declare or use a vector.
It finds declaration of string but not of cout.
This bug is now fixed in HEAD.
Thank you for reporting it.