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

feat: support constructing arrays from iterators (PROOF-913) #194

Merged
merged 1 commit into from
Oct 29, 2024

Conversation

rnburn
Copy link
Collaborator

@rnburn rnburn commented Oct 29, 2024

Rationale for this change

Add a constructor to support creating a managed_array from two iterators. This is a convenience constructor and matches what's available in other standard containers such as std::vector.

What changes are included in this PR?

  • Adds new constructor to managed_array that takes two iterators.

Are these changes tested?

Yes

@rnburn rnburn merged commit 9f65485 into main Oct 29, 2024
8 checks passed
@rnburn rnburn deleted the arr-PROOF-913 branch October 29, 2024 16:50
@SxT-Release
Copy link

🎉 This PR is included in version 1.85.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

3 participants