beef
Senior Member
Poland
42 Posts |
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. |
|