T O P I C R E V I E W |
KirillMueller |
Posted - Mar 30 2006 : 04:37:18 AM In the tool tip that describes a method's parameters, the parameters are highlighted improperly if they contain a template type with more than one template parameter.
To reproduce:
- Open VS .NET 2003 - Open a new .cpp file - Type the following code up to the opening paren:
////////////////////////// #include <list> #include <utility>
class A { A(); void foo(const std::pair<int, double>& p); };
A::A() { foo(
//////////////////////////
In the tool tip, only "const std::pair<int" is highlighted. Obviously, the comma is treated as a method parameter separator.
I am using VA.X 1442.
I have sent an E-mail with the same subject to [email protected] that contains a screenshot. |
2 L A T E S T R E P L I E S (Newest First) |
sean |
Posted - Mar 30 2006 : 7:42:28 PM case=893 |
support |
Posted - Mar 30 2006 : 7:06:27 PM |
|
|