Bug #19343 2014-04-04 11:53

kaktus_ua

Wrog way work with STD containers

Version of CB: Release 13.12 rev 9501
SDK Version: 1.19.0


For example, consider std::string class:

1)
//#include <string>

...
std::string:: // show all available items of std::string
                    // but <string> header not included (!!!)

2) 
#include <string>
using std::string;
string:: // does not show anything
             // but the syntax of "using" is correct


The same broblem with std::vector, std::map, etc.
Category
Plugin::CodeCompletion
Group
Platform:Windows
Status
Open
Close date
 
Assigned to
 
kaktus_ua 2014-04-04 11:56

Sorry for my english.

There is one mistake in theme of bug ticket:

Wrog = Wrong