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

Minor issues in [mdspan.sub.map.right] #7552

Open
miscco opened this issue Jan 9, 2025 · 2 comments
Open

Minor issues in [mdspan.sub.map.right] #7552

miscco opened this issue Jan 9, 2025 · 2 comments

Comments

@miscco
Copy link
Contributor

miscco commented Jan 9, 2025

There seems to be a copy & past error in [mdspan.sub.map.right.1.3]

otherwise, submdspan_mapping_result{layout_left​::​mapping(sub_ext), offset},

I am pretty sure this should read

otherwise, submdspan_mapping_result{layout_right​::​mapping(sub_ext), offset},

Also there is some misformatting in https://eel.is/c++draft/mdspan.sub#map.right-note-1

@Eelis
Copy link
Contributor

Eelis commented Jan 19, 2025

The second one is a cxxdraft-htmlgen issue, thanks for the report. In general, if you see something bad on eel.is/c++draft, it's a good idea to assume it's a cxxdraft-htmlgen problem (and report it as such) unless the PDF is also affected.

@jensmaurer
Copy link
Member

@jwakely , @mhoemmen Any opinion here? This feels like an obvious cut&paste issue to me, comparing to its sibling layout_left.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants