Michele Caini
Michele Caini
Sorry. Mistyped. `std::any` ctor is implicit and therefore not explicit afaik. Mostly similar to `entt::any` and `entt::meta_any`.
Do you mean `operator==`/`!=`? `std::any` offers way less feature than `entt::any` (for a good reason too, that's a design choice). However, I won't drop the two operators because it would...
> I have no idea. Actually I expected the issue to occur without `using namespace entt` too. Ahaaaaa. I finally had the time to look into this one and I...
Closed as not updated/no activity/starving.
Fixed in release (v3.10.2).
> uvw should be able to create both static and shared libraries in the same build Do you mean from the same build tree or from the same build command?...
Closing this as an iwyu workflow exists now and I'll refine the whole thing a little at a time when I've time. 👍
Is there any chance that you can test branch `wip`? I've just pushed a bunch of changes that adds support to non-movable types among the other things. It would be...
Cool. Thanks for the feedback!!