Corentin Schreiber
Corentin Schreiber
Thanks for your reply! > I think this is what you're looking for to replace `ctx_or_set`, right? Yes, it is actually. I didn't look at the `dense_map` documentation, expecting that...
Actually my first post is incorrect, `r.ctx().emplace(...)` is not a correct replacement for `r.set(...)` as `emplace()` does nothing if the value is already set, but `set()` always replaced it :thinking:...
Ok, setting aside semantic for a second then :) One of the use case I have for the context is to store a boolean "editor mode" flag that, when set...
That would do, yes! Although as with "at" vs "get", and the naming debate above, I would question the use of "insert", which is very "container-centric". To me, the context...
Not sure "hint" is the right word. Usually (at least in the STL) a hint is something that you're providing to an algorithm to help it find the correct answer...
Hi! I have planned to release binary packages for Windows once 2.0 finally comes out, but so far I did not consider container images. The main reason is that I...
Thanks for the pointers. From what I read so far, my understanding is that a docker image is meant to *run* a specific action on the environment defined by the...
Thanks, I now have a better understanding of what you are after. If I were to put together such an image and put it on hub.docker.com, would it work for...
Ok that sounds easy enough. I will put that on the TODO list for the release. Unless you would be interested in having an image off the master branch? That...
This has been merged upstream and should be available in SFML 2.6.0.