Michele Caini

Results 198 comments of Michele Caini
trafficstars

> "doing the right thing" I guess it depends on what _doing the right thing_ means? 😅 > a proxy that hides an empty view or an actual view depending...

I don't know IWYU, therefore sorry if my questions are particularly stupid. :) What's exactly an IWYU map? My concern is that this request risks to add a maintenance burden...

Out of curiosity, do you think it's possible to add it to the CI on GH? Dunno if you've ever tried this. At a first glance, IWYU works fine with...

Oh, right, my fault. I should re-read a thread before asking. Completely forgotten. Sorry.

So, I've created a workflow for iwyu (see [here](https://github.com/skypjack/entt/runs/5008301947?check_suite_focus=true)) and it spits out a lot of false positives from what I see. 😞 Even things like _don't include ``, include...

> We're also dealing with a release of iwyu that's several old, so some of these might have been addressed since. Good point. I think it's easy to download a...

> the documentation has this example but it seems to me this is no longer possible Quite the opposite, this is possible since v3.9, that is the last version available...

> What may I be missing? 🤔 I don't know honestly, [this](https://github.com/skypjack/entt/blob/v3.9.0/test/example/entity_copy.cpp#L25) is the code I've used for a test in v3.9 and I'm pretty sure it works since the...

> Unless I need to include a particular header other than entt.hp Uhm... is it the single include file? Maybe it's out-of-date? Otherwise, the `entt.hpp` file under `entt` is just...

Sorry, I've been busy today and I haven't found the time to pack a proper example. [Here](https://godbolt.org/z/ozPzzMrKo) you can find a snippet that shows what I mean with copying a...