-
Notifications
You must be signed in to change notification settings - Fork 47
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
Fix build on OS X #47
Conversation
IMHO it might be worth using |
I think it should probably be like this?
|
574ec2d
to
261147f
Compare
Yes, I just finished iterating this; it now seems to build. I'll squash the two commits and write a better commit message. |
There were a number of issues there, largely due to the fact that this codepath is CPP-guarded.
@Rufflewind how does this look? |
This has been successfully built on Darwin. |
Thanks. I might consider adding the warning suppression you suggested. Probably also a good idea to set up OS X testing on Travis in the future. |
This was triggered on Darwin.