Neil Henderson
Neil Henderson
[BUG] Last-use of an object passed as argument to a new object's constructor fails #968 (There are 2 bugs listed in #968 which I think are related.)
Conditional compilation support (`static if`?) #942
[BUG] Impossible to use destructuring in for loops #500 [BUG] Assignment of multiple return values #543 (I've grouped them since I think they'll likely be resolved by the same solution.)
> A fourth one I'm curious about: Have folks encountered significant problems with actually invoking an unintended function? No, I haven't experienced that. I like how it dispatches currently especially...
Sounds good, I look forward to testing with that new version!
>What UFCS bugs do you most commonly encounter? My wish list would be #999 and #1002 -- I think those are the ones I see most often. > because it...
> I recall that it's stepping into the IILE Yes, I think that's it. Here's a video showing the issue in VS 2022. https://github.com/hsutter/cppfront/assets/2060747/21b1985f-47ed-44c7-aa06-59bf62b2cebf
The new placeholder variable `_` in C++26 is an example where adding a `cpp_standard` flag to cppfront to control the flavour of C++ that is emitted would be useful. (This...
> I think you may have accidentally moved the built-in `as` code section. Thanks, restored now!
> not sure about blocking the entire settings screen with pin code as there are player controls preferences there Yeah, good point. There is the 'Manage Storage' link inside Settings...