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 std::stack and fix std::queue methods #164

Merged
merged 2 commits into from
Jun 19, 2024

Conversation

PraneethJain
Copy link
Contributor

https://github.com/PraneethJain/CxxWrap.jl#linear-containers

  • Removed AbstractVector as parent type for StdQueue. This was causing errors when printing a queue, because it expects Base.iterate for the queue to be implemented, which hasn't been done as of now .
  • Added std::stack support

@PraneethJain PraneethJain force-pushed the linear-containers branch 2 times, most recently from 8f6fa58 to b1cab7b Compare June 16, 2024 17:06
@barche barche merged commit ca848c7 into JuliaInterop:main Jun 19, 2024
22 of 33 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