View Revisions: Issue #1135

Summary 0001135: Access mode mixups
Revision 2017-06-12 20:21 by jerome
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.
Revision 2017-06-12 20:20 by jerome
Description math.h is causing a mix up with access modes.