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

Conversation

AlisdairM
Copy link
Contributor

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.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant