You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Niko has some thoughts on whether or not to do this, and how, I believe; purity of iteration over containers is something at least I know he's done some design work on. I was going to suggest his newer core::send_map (which will likely take the place of std::map) but it seems iteration is impure there too.
I have an impl of BaseIter which needs to call each on a hashmap, but I can't because the hashmap's each is not pure.
Not sure how to work around this other than not using BaseIter which isn't very cool.
The text was updated successfully, but these errors were encountered: