-
Notifications
You must be signed in to change notification settings - Fork 134
Support std::list
iteration & modification
#2370
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
base: main
Are you sure you want to change the base?
Conversation
Add support for inserting elements in `std::list`. Close EnzymeAD#2369
48f2dfa
to
fc8d65e
Compare
fc8d65e
to
cd6640d
Compare
@wsmoses there seem to be issues with iterators for the reverse pass ( Should iterators work by default, especially since they just work on references and |
it should work perfectly fine, sorry can you point me to the small snippet which fails? |
81908f0
to
9b1793a
Compare
7941ef5
to
c14abdc
Compare
Currently fails.
ba5111c
to
e063006
Compare
Skipping I added a test I think we need a special treatment for |
f092368
to
a74da5d
Compare
a74da5d
to
32e6481
Compare
std::list
iterationstd::list
iteration & modification
Add support for iterating & modifying elements in
std::list
. Close #2369