Skip to content
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

Restore build on Mac OS X #562

Merged
merged 1 commit into from Mar 20, 2015
Merged

Conversation

simartin
Copy link
Contributor

Hi,

This is similar to #228, where cend() cannot be used on Mac OS X because

  • If one uses clang + libc++ (default), we get a lot of test suite failures due to http://llvm.org/bugs/show_bug.cgi?id=17782
  • To have the test suite succeed, one needs to use GNU's libstdc++ instead of libc++... but it does not provide cbegin() / cend(), and cppcheck does not build

It's really too bad we have to do this but at the same time I believe it's not that big a deal in that case and it's good to have cppcheck build on as many environments as possible.

Thanks to consider merging,
Simon

danmar added a commit that referenced this pull request Mar 20, 2015
@danmar danmar merged commit dc5bdf6 into danmar:master Mar 20, 2015
@danmar
Copy link
Owner

danmar commented Mar 20, 2015

Thanks! I'll try to remember this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants