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 StdStack and fix StdQueue methods #442

Merged
merged 3 commits into from
Jun 19, 2024

Conversation

PraneethJain
Copy link
Contributor

https://github.com/PraneethJain/libcxxwrap-julia#linear-containers

  • The push! and pop! methods for StdQueue now return the container after mutating it. Added missing methods (length and isempty) for StdQueue. Improved the test set.
  • Added StdStack support

@barche barche merged commit d164d60 into JuliaInterop:main Jun 19, 2024
13 of 22 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