T O P I C R E V I E W |
beef |
Posted - Nov 24 2005 : 03:59:15 AM Simple reproduction case:
void T(std::map<int, double> x, float y) { }
void F() { T(n, | }
The VAX parameter info box states, that 'double> x' is the second parameter of the function T (probably because it treats every comma as a parameter separator). After disabling VAX, the hint shows correctly. |
2 L A T E S T R E P L I E S (Newest First) |
support |
Posted - Apr 14 2006 : 1:17:28 PM Fixed in build 1445. |
feline |
Posted - Nov 24 2005 : 4:07:18 PM i am seeing the same thing
case=893 |
|
|