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

Cleanup for C++20 testing on a Mac M1 #281

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

Commits on Jul 6, 2022

  1. Cleanup for C++20 testing on a Mac M1

    This patch supplies additional cleanups that were independently
    developed testing C++20 on an M1 mac.  After rebasing onto the
    changes already landed in `master`, the main effect is to adopt
    an additional library feature macro, in the style of existing
    feature macros, rather than rely on inline tests for the C++
    language version.  Also added platform support for the Arm 9 CPU,
    and fixed up a typo or two.
    AlisdairM committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    3cf86f4 View commit details
    Browse the repository at this point in the history