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

etl::multi_span::operator ->() defect #772

Closed
dhebbeker opened this issue Oct 12, 2023 · 1 comment · Fixed by #773
Closed

etl::multi_span::operator ->() defect #772

dhebbeker opened this issue Oct 12, 2023 · 1 comment · Fixed by #773

Comments

@dhebbeker
Copy link
Contributor

The signature of etl::multi_span::operator->() (const and non-const) has as return type pointer which is T*. This is correct.

But the member functions return *p_value which results in type T. This can not work.

@jwellbelove
Copy link
Contributor

Fixed 20.38.4

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

Successfully merging a pull request may close this issue.

2 participants