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

src: Only use the TR1 type_traits when targeting OSX<10.9 #7778

Closed
wants to merge 1 commit into from

Commits on Jul 21, 2016

  1. src: Only use TR1 type_traits on OSX<10.9

    Mac OSX 10.9 has switched to using libc++ by default.  libc++
    provides a C++11 <type_traits> implementation, so we only need
    to use the TR1 version when targetting OSX 10.8 or 10.7.
    ehsan committed Jul 21, 2016
    Configuration menu
    Copy the full SHA
    e53a723 View commit details
    Browse the repository at this point in the history