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

Added 'bind_set(...)' to stl_binds #5491

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

bradendubois
Copy link

@bradendubois bradendubois commented Jan 8, 2025

Added 'bind_set(...)' to stl_binds

Description

Based off the existing bind_vector(...) impl., proposal is to add binding code for sets to stl_bind.h. Basic functionality to add/clear/remove from the set, query its size, etc. is added.

Comes from discussion here: #1711

Suggested changelog entry:

Added 'bind_set(...)' to stl_bind.h

Based off github.com/beatmax's solution.
@rwgk rwgk marked this pull request as draft January 14, 2025 05:49
@rwgk
Copy link
Collaborator

rwgk commented Jan 14, 2025

Please mark as "Ready for review" when tests are passing on all platforms.

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