Michele Caini
Michele Caini
How would the `register_auto_interface` function work though? I think the template token here makes it tricky to get it done: ```cpp template inline void operator()(void *type_) const; ``` We have...
Then why not an ADL-solved invocation from within `meta_factory` constructor or the like, on functions that can use _concepts_ to filter their arguments and create bindings automatically? I think it...
What I meant is [this](https://github.com/skypjack/entt/commit/2a37b972d9f4a7f1aca39310d28d023f6859e8dc), that is, a straightforward mechanism that allows users to define meta setup functions in user space. With concepts they are waaaaaay nicer than what I...
Yes and no. With the `setup` function you decide. With an implicit call from the constructor, you don't decide. If I want to introduce a fallback function that asserts when...
Soooooo 😅 I want to address all pending requests, but I don't know what we expect to do here actually. The more I read it, the more it seems to...
🤦♂️ thanks for pointing this out. 👍
Is publishing an `udp_data_event` with a fake or default `socket_address` enough for the _no more data_ case? I feel like it would work but you know it better than me...
This already happens without having to bother with modules. What different compilers generate is not guaranteed to be the same, since it is not dictated by the standard. To be...
> The reason why this would be useful is to catch multi-threading issues by logging when a non-reserved storage is being allocated I think a way to have it is...
Yeah, however the problem is literally the same. Neither the map nor the storage or the sparse set send or can send messages without a major redesign that I don't...