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

<mdspan>: Various cleanups (mostly renames) #3593

Merged

Conversation

JMazurkiewicz
Copy link
Contributor

  • Fix feature test macro - it should be guarded with __cpp_lib_concepts,
  • Fix various typos,
  • Cleanup _EXPORT_STD - it should be on the same line as the class,
  • Update working draft revision to N4944 and add missing citations,
  • Prefer type aliases instead of _Ugly names (e.g. _Extents -> extents_type),
  • Replace _Mysomething names with _Something.

@JMazurkiewicz JMazurkiewicz requested a review from a team as a code owner March 25, 2023 20:00
@StephanTLavavej StephanTLavavej added the mdspan C++23 mdspan label Mar 26, 2023
@StephanTLavavej StephanTLavavej self-assigned this Mar 26, 2023
stl/inc/mdspan Show resolved Hide resolved
@StephanTLavavej StephanTLavavej merged commit 3ea5312 into microsoft:feature/mdspan2 Mar 27, 2023
@StephanTLavavej
Copy link
Member

Thanks! Merged with a couple of comments for followup.

@JMazurkiewicz JMazurkiewicz deleted the mdspan/cleanups branch March 28, 2023 14:57
JMazurkiewicz added a commit to JMazurkiewicz/STL that referenced this pull request Mar 30, 2023
JMazurkiewicz added a commit to JMazurkiewicz/STL that referenced this pull request Mar 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mdspan C++23 mdspan
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants