Michele Caini
Michele Caini
Maybe it's worth it to add a note to the build instructions [here](https://github.com/skypjack/uvw/blob/main/README.md#build-instructions)? Otherwise, please drop a few lines in a comment and I can add them to the readme...
@stefanofiorentino any concerns? I'm about to merge this one otherwise.
Actually, I don't have enough knowledge to say if it's good to merge for the meson part. I'm fine with merging it but I won't be able to maintain it...
Ping @brenfwd ☝️
Meson support is broken. As anticipated, I don't have enough knowledge nor bandwidth to maintain it. @brenfwd are you willing to help with it? I'm afraid I'll have to drop...
Have you tried it already in your project? Can you confirm that it works as expected?
The only other class that uses placement new is `any` afaik. I don't think a MWE with Jolt is required here actually. A standalone test that doesn't use external libraries...
> As I said I was planning to provide a MWE without Jolt You're right and I read it wrong. 😅 Thanks for the example, I'll use it as the...
Closing this as a duplicate of #289
Available upstream on the `wip` branch. The way it works is: ```cpp for(auto entt: registry.view(entt::exclude)) { ... } ``` Signals on entity construction/deletion are also available as in: ```cpp registry.on_construct().connect();...