Compilation error due to assuming that private=public #43
Labels
kind: bug
release item: 🔨 further change
solution: proposed fix
a fix for the issue has been proposed and waits for confirmation
Milestone
The snippet to reproduce the error:
what the error looks like:
This is not catched by the unit tests because they are compiled by defining
private=public
.A "better" way to do that could be to have a separate file only for those tests that "need"
private=public
.This might be clang 3.6 specific, since I'm the only one who seems to be having problems.
I worked around this issue by including the library as follows:
The text was updated successfully, but these errors were encountered: