Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@JMazurkiewicz
Copy link
Contributor

@JMazurkiewicz JMazurkiewicz commented May 10, 2023

  • Implement multidimensional subscript operator (Clang only),
  • Remove operator() in all modes,
  • Use span as an argument to mdspan::_Index_impl,
  • Tests now use operator[indices...] when possible, operator[array{indices...}] otherwise.
  • Drive-by: address comments from my previous PRs.

@StephanTLavavej StephanTLavavej added mdspan C++23 mdspan blocked Something is preventing work on this labels May 10, 2023
@JMazurkiewicz JMazurkiewicz force-pushed the mdspan/subscript-operator branch from cddba56 to 8ab95b0 Compare May 16, 2023 00:36
@CaseyCarter CaseyCarter removed the blocked Something is preventing work on this label May 18, 2023
@JMazurkiewicz JMazurkiewicz marked this pull request as ready for review May 18, 2023 23:16
@JMazurkiewicz JMazurkiewicz requested a review from a team as a code owner May 18, 2023 23:16
@JMazurkiewicz

This comment was marked as resolved.

@StephanTLavavej StephanTLavavej merged commit c600a08 into microsoft:feature/mdspan2 May 24, 2023
@StephanTLavavej
Copy link
Member

Thanks! Merged with a couple of suggestions for later.

@JMazurkiewicz JMazurkiewicz deleted the mdspan/subscript-operator branch May 24, 2023 21:19
JMazurkiewicz added a commit to JMazurkiewicz/STL that referenced this pull request May 28, 2023
JMazurkiewicz added a commit to JMazurkiewicz/STL that referenced this pull request May 30, 2023
JMazurkiewicz added a commit to JMazurkiewicz/STL that referenced this pull request Jun 6, 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.

3 participants