SvenC
Tomato Guru
Germany
339 Posts |
Posted - Jan 20 2004 : 07:14:40 AM
|
Hi support,
after using std::vector<std::string> quite frequently in a project VAX is offering me "std::string>" as a completion tooltip after I typed "std::vector<". After pressing the <TAB>-Key to auto complete the "<" at the end of "std::vector<" is replaced by "std::string>" so what I do get is:
std::vectorstd::string>
Bye, SvenC |
|