View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001135 | Ecere SDK | compiler | public | 2017-06-12 20:20 | 2019-10-13 00:22 |
| Reporter | jerome | Assigned To | |||
| Priority | immediate | Severity | block | Reproducibility | always |
| Status | new | Resolution | open | ||
| Product Version | 0.44.15 | ||||
| Target Version | 0.44.16 | ||||
| Summary | 0001135: Access mode mixups | ||||
| Description | math.h is causing a mix up with access modes. Try the following with and without #include <math.h> to see the difference. When math.h is included, Bar is made public and no error is produced. | ||||
| Steps To Reproduce | public import "ecere" #include <math.h> public struct Foo { Bar bar; }; class Bar { } | ||||
| Tags | No tags attached. | ||||