View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0012146 | Open CASCADE | OCCT:Visualization | public | 2006-04-11 12:44 | 2012-01-13 16:26 |
Reporter | Assigned To | ||||
Priority | normal | Severity | trivial | ||
Status | closed | Resolution | fixed | ||
OS | Windows NT | ||||
Fixed in Version | 6.1.1 | ||||
Summary | 0012146: Package WNT: Compilation problems under Visual Studio 8.0 | ||||
Description | There is a common problem in WNT package: for (int i = 0; ...; ...) { ... } i++; This code violates standard C++ behaviour: the loop iterator variable goes out of scope at the closing brace of the for-block. However this was allowed in Microsoft C++ extensions prior to 8.0. In the last version it is required to modify the source. The alternative (using /Zc:forScope-) does not appear justified for OCCT because it would preserve the portability problem. | ||||
Additional information and documentation updates | Documentation remark, added by AGV 2006-04-21 12:25:20: Improvements: Improved compatibility with ANSI C++ Modified entities: package WNT | ||||
Tags | No tags attached. | ||||
Test case number | |||||
Date Modified | Username | Field | Change |
---|---|---|---|
2006-04-19 16:54 | bugmaster | Assigned To | bugmaster => agv |
2006-04-19 16:54 | bugmaster | Status | new => assigned |
2006-04-21 14:25 |
|
Status | assigned => resolved |
2006-09-06 09:28 | bugmaster | Status | resolved => verified |
2007-01-12 13:47 | bugmaster | Status | verified => closed |
2007-01-12 13:47 | bugmaster | Resolution | @0@ => fixed |
2011-08-02 11:24 | bugmaster | Category | OCCT:VIZ => OCCT:Visualization |
2012-01-13 16:26 |
|
Description Updated | |
2012-01-13 16:26 |
|
Additional Information Updated |