The Wayback Machine - https://web.archive.org/web/20201201012628/https://github.com/microsoft/cpprestsdk/pull/732/commits
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

Fix a build problem on Clang. #732

Merged
merged 1 commit into from Aug 3, 2018

Commits on Apr 10, 2018

  1. Fix a build problem on Clang.

    AND_CAPTURE_MEMBER_FUNCTION_POINTERS workaround had a check for GCC,
    but did not exclude Clang.  Clang has a fake GCC version of 4.2, thus
    caused problems.
    adah1972 committed Apr 10, 2018
You can’t perform that action at this time.