View Issue Details

IDProjectCategoryView StatusLast Update
0000654Ecere SDKcompilerpublic2014-07-29 03:52
Reporterjerome Assigned To 
PriorityurgentSeverityminorReproducibilityhave not tried
Status newResolutionopen 
Target Version0.46 eC II 
Summary0000654: Fix reference level on accessing a for ( : ) map iterator with a struct key (when assigning to a pointer)
DescriptionMap<ContextStringPair, List<Location> > intlStrings { };

ContextStringPair * pair = &s;

Omit the '*' that is added when the key is assigned to a struct pointer.
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

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)