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

http_compression.cpp: fix build with gcc 4.7 #1024

Merged
merged 1 commit into from Jan 18, 2019

Commits on Jan 18, 2019

  1. http_compression.cpp: fix build with gcc 4.7

    At GCC 4.7, C++11 rules for noexcept specification of implicit
    destructors (and default specification on explicit destructors without
    exception specifications) aren't perfectly implemented, see:
    https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53613
    
    Fixes:
     - http://autobuild.buildroot.org/results/a080dbe2977cd35e4f8351d864bd71aaa8f9b743
    
    Signed-off-by: Fabrice Fontaine <[email protected]>
    ffontaine committed Jan 18, 2019
You can’t perform that action at this time.