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

Ignore apple clang depreciated #6

Merged
merged 3 commits into from
Feb 7, 2024
Merged

Conversation

dimitrisudell
Copy link
Contributor

From AppleClang 15 and up classes in std::experimental::pmr are deprecated in favour of std::pmr. However std::pmr can only be used when the MacOS minimum version is 14 and up.

This PR sets std::experimental::pmr to continue being used when the MacOS minimum version is below 14. It also provides some helper macros to ignore the depreciated warnings.

Copy link
Collaborator

@tommaisey tommaisey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking good, thanks 👍

@tommaisey tommaisey merged commit a4f1201 into main Feb 7, 2024
1 check passed
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.

2 participants