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

Make build_uninit public #1001

Merged
merged 1 commit into from
May 13, 2021
Merged

Make build_uninit public #1001

merged 1 commit into from
May 13, 2021

Conversation

bluss
Copy link
Member

@bluss bluss commented May 13, 2021

This builder method is needed - uninit on itself is very hard to use
while generalizing over owned arrays (we have some expression problems
with Rust generics here). This functionality is needed by ndarray-linalg.

Fixes #987

This builder method is needed - `uninit` on itself is very hard to use
while generalizing over owned arrays (we have some expression problems
with Rust generics here). This functionality is needed by ndarray-linalg.
@bluss bluss added this to the 0.15.2 milestone May 13, 2021
@bluss bluss merged commit cbf12d2 into master May 13, 2021
@bluss bluss deleted the build-uninit branch May 13, 2021 10:05
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.

How to use DataOwned::MaybeUninit ?
1 participant