Skip to content

Conversation

@StephanTLavavej
Copy link
Member

There are no source conflicts, but there's a semantic conflict - <mdspan> must now explicitly include <limits> to get numeric_limits. I believe this happened because <mdspan> includes <array> which (eventually, as mandated by the Standard) includes <compare>. After #3627, that no longer includes <bit>, which includes <limits>.

⚠️ Commit as a merge, not as a squash!

AlexGuteniev and others added 18 commits March 30, 2023 14:55
Co-authored-by: Stephan T. Lavavej <stl@nuwen.net>
Co-authored-by: Stephan T. Lavavej <stl@microsoft.com>
Co-authored-by: Stephan T. Lavavej <stl@nuwen.net>
…n `/Od` (microsoft#3630)

Co-authored-by: Stephan T. Lavavej <stl@nuwen.net>
@StephanTLavavej StephanTLavavej added uncharted Excluded from the Status Chart mdspan C++23 mdspan labels Apr 7, 2023
@StephanTLavavej StephanTLavavej requested a review from a team as a code owner April 7, 2023 22:22
@StephanTLavavej StephanTLavavej merged commit ba523a6 into microsoft:feature/mdspan2 Apr 7, 2023
@StephanTLavavej StephanTLavavej deleted the unlimited-mdspan branch April 7, 2023 23:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

mdspan C++23 mdspan uncharted Excluded from the Status Chart

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants