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 documented minimum G++ version for asio #1439

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 29, 2024

  1. Fix documented minimum G++ version for asio

    per https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57350 g++ before 5.0 does not have std::align, which asio uses in `asio/detail/memory.hpp` without checking for it's availability, meaning g++ 5 is the minimum version supported.
    CamJN authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    a188a34 View commit details
    Browse the repository at this point in the history