Skip to content

Conversation

@elbeno
Copy link
Contributor

@elbeno elbeno commented Jan 30, 2026

Problem:

  • We sometimes need to make arrays from various things, e.g. templates or factory functions.

Solution:

  • Add make_array.

Note:

  • Although std::experimental::make_array was largely obviated by CTAD, similar behaviour is included here for consistency. viz. stdx::make_array(1,2,3).

Problem:
- We sometimes need to make arrays from various things, e.g. templates or
  factory functions.

Solution:
- Add `make_array`.

Note:
- Although `std::experimental::make_array` was largely obviated by CTAD, similar
  behaviour is included here for consistency. viz. `stdx::make_array(1,2,3)`.
@elbeno elbeno merged commit b34a6a0 into intel:main Jan 30, 2026
50 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