-
Notifications
You must be signed in to change notification settings - Fork 394
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compilation bug with clang 3.4 #22
Comments
+1 |
Same issue here. |
This can be worked around by providing another definition for mkLit. This patch compiles cleanly for me with clang-3.7.
|
@niklasso can you please fix this? I don't agree with the fix by @johntyree because it's not clean, but we can just set the default value in the declaration+definition instead of the friend declaration. Please.... it's breaking everything. Thanks! Mate |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When compiling with clang 3.4 I get:
The text was updated successfully, but these errors were encountered: