View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000654 | Ecere SDK | compiler | public | 2011-10-13 04:57 | 2014-07-29 03:52 |
Reporter | jerome | Assigned To | |||
Priority | urgent | Severity | minor | Reproducibility | have not tried |
Status | new | Resolution | open | ||
Target Version | 0.46 eC II | ||||
Summary | 0000654: Fix reference level on accessing a for ( : ) map iterator with a struct key (when assigning to a pointer) | ||||
Description | Map<ContextStringPair, List<Location> > intlStrings { }; ContextStringPair * pair = &s; Omit the '*' that is added when the key is assigned to a struct pointer. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2011-10-13 04:57 | jerome | New Issue | |
2012-03-08 15:59 | redj | Target Version | old 0.44.pre3 => 0.45 Ginkakuji |
2012-03-29 07:50 | redj | Category | => eC Compiling Tools |
2012-03-29 07:50 | redj | Project | @2@ => Ecere SDK |
2014-07-11 18:48 | jerome | Target Version | 0.45 Ginkakuji => 0.46 eC II |
2014-07-29 03:52 | jerome | Summary | Fix reference level on accessing a for ( : ) map iterator with a struct key => Fix reference level on accessing a for ( : ) map iterator with a struct key (when assigning to a pointer) |