T O P I C R E V I E W |
cbranch |
Posted - Jun 01 2007 : 11:34:27 AM In both VAX 1555 and 1557 w/ VS2003
void foo() { std::list<int>::iterator i; *i = 1; }
Extract the line '*i = 1;' to a function. This generates a function with control characters and messed up fonts in the text editor. |
2 L A T E S T R E P L I E S (Newest First) |
support |
Posted - Jul 07 2007 : 12:26:44 AM case=6017 is fixed in Build 1559 |
feline |
Posted - Jun 01 2007 : 11:50:29 AM I am seeing the same effect here. Thank you for the clear description.
case=6017
If you call a function on the iterator in the extracted code then the new code is correct. This is something, but clearly does not help much in this case. |