Closed PraneethJain closed 5 months ago
https://github.com/PraneethJain/CxxWrap.jl#linear-containers
AbstractVector
StdQueue
Base.iterate
std::stack
https://github.com/PraneethJain/CxxWrap.jl#linear-containers
AbstractVector
as parent type forStdQueue
. This was causing errors when printing a queue, because it expectsBase.iterate
for the queue to be implemented, which hasn't been done as of now .std::stack
support