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

C++26 freestanding feature-test macros: Partial Classes and inout expected span #4743

Merged

Conversation

frederick-vs-ja
Copy link
Contributor

@frederick-vs-ja frederick-vs-ja commented Jun 21, 2024

Fixes #4172. Fixes #4177.

Blocked libcxx tests:

  • std/language.support/support.limits/support.limits.general/array.version.compile.pass.cpp
  • std/language.support/support.limits/support.limits.general/expected.version.compile.pass.cpp
  • std/language.support/support.limits/support.limits.general/mdspan.version.compile.pass.cpp
  • std/language.support/support.limits/support.limits.general/optional.version.compile.pass.cpp
  • std/language.support/support.limits/support.limits.general/string_view.version.compile.pass.cpp

Some related tests are already marked FAIL for other reasons.

@frederick-vs-ja frederick-vs-ja requested a review from a team as a code owner June 21, 2024 03:50
- std/language.support/support.limits/support.limits.general/array.version.compile.pass.cpp
- std/language.support/support.limits/support.limits.general/expected.version.compile.pass.cpp
- std/language.support/support.limits/support.limits.general/mdspan.version.compile.pass.cp
- std/language.support/support.limits/support.limits.general/optional.version.compile.pass.cpp
- std/language.support/support.limits/support.limits.general/string_view.version.compile.pass.cpp
@StephanTLavavej StephanTLavavej added the cxx26 C++26 feature label Jun 21, 2024
@StephanTLavavej StephanTLavavej self-assigned this Jun 21, 2024
@StephanTLavavej
Copy link
Member

Perfect, thank you! 😻

@StephanTLavavej StephanTLavavej removed their assignment Jun 24, 2024
@StephanTLavavej StephanTLavavej self-assigned this Jun 26, 2024
@StephanTLavavej
Copy link
Member

I'm mirroring this to the MSVC-internal repo - please notify me if any further changes are pushed.

@StephanTLavavej StephanTLavavej merged commit 165fc94 into microsoft:main Jun 27, 2024
39 checks passed
@StephanTLavavej
Copy link
Member

FEATURES FOR THE FEATURE THRONE! MACROS FOR THE MACRO GOD! 👑 😹 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cxx26 C++26 feature
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

P2833R2 Freestanding Library: inout expected span P2407R5 Freestanding Library: Partial Classes
2 participants