We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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::operator[]
OtherIndexTypes
LWG-3974 mdspan::operator[] should not copy OtherIndexTypes
The accepted resolution says extents_type::index-cast while we use static_cast<index_type>:
extents_type::
index-cast
static_cast<index_type>
STL/stl/inc/mdspan
Lines 1286 to 1291 in 46843b3
I'm 80% sure this is unobservable, but I'm filing this issue to double-check.
The text was updated successfully, but these errors were encountered:
<mdspan>
Successfully merging a pull request may close this issue.
LWG-3974
mdspan::operator[]
should not copyOtherIndexTypes
The accepted resolution says
extents_type::
index-cast
while we usestatic_cast<index_type>
:STL/stl/inc/mdspan
Lines 1286 to 1291 in 46843b3
I'm 80% sure this is unobservable, but I'm filing this issue to double-check.
The text was updated successfully, but these errors were encountered: