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

Add etl::make_span() #1027

Conversation

rolandreichweinbmw
Copy link

Especially without deduction guides in C++14, I typically have the use case of creating a span with long template arguments to the constructor, where they better could be deducted. This PR adds etl::make_span() deducing template arguments.

E.g. etl::make_span(etldata);

@jwellbelove jwellbelove changed the base branch from master to pull-request/#1027-Add-etl-make_span() February 11, 2025 11:52
@jwellbelove jwellbelove merged commit f02c89a into ETLCPP:pull-request/#1027-Add-etl-make_span() Feb 11, 2025
63 checks passed
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 this pull request may close these issues.

2 participants