The Wayback Machine - https://web.archive.org/web/20201201012558/https://github.com/microsoft/cpprestsdk/pull/809/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 for compilation with MSVC permissive- #809

Merged
merged 1 commit into from Jul 17, 2018

Commits on Jul 16, 2018

  1. Fix for compilation with MSVC permissive-

    Related Visual Studio issue:
    https://developercommunity.visualstudio.com/content/problem/238445/template-class-cant-access-protected-member-when-c.html
    
    Problem is with code compiling with /permissive-, so the template functions are affected by this issue.
    robert-andrzejuk committed Jul 16, 2018
You can’t perform that action at this time.