Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Fix deprecation warnings in C++20 #252

Merged
merged 2 commits into from
Feb 19, 2022
Merged

Fix deprecation warnings in C++20 #252

merged 2 commits into from
Feb 19, 2022

Conversation

wmaxey
Copy link
Member

@wmaxey wmaxey commented Feb 18, 2022

Adds a config for C++20 under clang-13.

There are several deprecation fixes as well to ensure libcxx builds clean.

@wmaxey wmaxey self-assigned this Feb 18, 2022
@wmaxey wmaxey added this to the 1.8.0 milestone Feb 18, 2022
@wmaxey wmaxey merged commit a2b367c into main Feb 19, 2022
@wmaxey wmaxey deleted the bugfix/cxx_20 branch February 19, 2022 01:23
@@ -7,7 +7,7 @@
//===----------------------------------------------------------------------===//

// UNSUPPORTED: c++98, c++03, c++11, c++14
// XFAIL: c++17, c++2a
// XFAIL: c++17, c++2a, c++20
Copy link
Collaborator

Choose a reason for hiding this comment

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

Do we need to leave c++2a in here?

Copy link
Collaborator

@brycelelbach brycelelbach left a comment

Choose a reason for hiding this comment

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

LGTM at a glance.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants