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 support for common STL algorithms #171

Merged
merged 3 commits into from
Jul 27, 2024

Conversation

PraneethJain
Copy link
Contributor

https://github.com/PraneethJain/CxxWrap.jl#stl-algos

Added support for std::lower_bound, std::upper_bound, std::binary_search, std::fill, and std::list::sort to the appropriate containers.

Removed std::fill from std::vector, std::valarray and std::deque as they already work on the Julia side.
Similarly, sort, min, max, etc. already work on the Julia side due to the correct parent types being assigned.

@barche barche merged commit 006fa32 into JuliaInterop:main Jul 27, 2024
10 of 11 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