Michele Caini
Michele Caini
It still requires to give birth to a new type like "binary representation of a string" (that's exactly the same thing I've suggested indeed, it's a matter of names). I...
Merging on a temporary branch to review a little the test and make it closer to the style of the rest of the library. 🙂
> I have created a simple SDL2 C++ project, as template or starting point for other developers to dive into development with EnTT and keeping it simple to make it...
Why not setting the allocation functions using the same utilities of `libuv`? Is there any problem with it?
Hi, sorry for the late reply, I'm on vacation and also trying to have a _real_ break from my dev life. 😅 I see what you mean. Consider that we're...
I see the point and I'm not against adding such an utility. However, a few comments: * `c`, `u`, `d`, `cu` and so on are poorly chosen names in my...
Interesting. I didn't even know it was deprecated. I'll try to address this one soon but 1) I'm on vacation, so don't expect a fast fix 🙂 and 2) it's...
Looking into this issue. My only concern is that `entt::any` is currently defined as: ```cpp template class basic_any; ``` I'm not that sure about how to replace `alignof(typename std::aligned_storage_t)`. Actually,...
To be honest, I'm not sure that the max between `alignof(std::max_align_t)` and `Len + !Len` is the right approach. My plan was actually to get rid of the second parameter...
You're welcome. Thanks for double checking it. 👍