T O P I C R E V I E W |
Maxim |
Posted - Apr 24 2008 : 1:09:59 PM If I have the code
std::string foo = "bar"; std::string baz = qux();
the tooltips for the two variables will be
std::string foo = std::string baz = qux()
Similar things happen with char*s and chars. Is this by design? |
2 L A T E S T R E P L I E S (Newest First) |
support |
Posted - Nov 12 2010 : 3:30:06 PM case=1131 is fixed in build 1836 |
feline |
Posted - Apr 24 2008 : 2:50:16 PM This is a bug, and is on our list of things to fix:
case=1131 |