View Issue Details

IDProjectCategoryView StatusLast Update
0001135Ecere SDKcompilerpublic2019-10-13 00:22
Reporterjerome Assigned To 
PriorityimmediateSeverityblockReproducibilityalways
Status newResolutionopen 
Product Version0.44.15 
Target Version0.44.16 
Summary0001135: Access mode mixups
Descriptionmath.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 Reproducepublic import "ecere"

#include <math.h>

public struct Foo
{
   Bar bar;
};

class Bar { }
TagsNo tags attached.

Activities

redj

2019-10-13 00:22

administrator   ~0001489

investigate public import makes everything public

Issue History

Date Modified Username Field Change
2017-06-12 20:20 jerome New Issue
2017-06-12 20:21 jerome Description Updated View Revisions
2019-10-13 00:22 redj Note Added: 0001489