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

Merge main to feature/mdspan2, include <limits> #3637

Merged

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