Post AdTIukLLL0RQrKH2OG by [email protected] | |
More posts by [email protected] | |
Post #AdT3M15zYvK9Ms4hpw by [email protected] | |
0 likes, 0 repeats | |
this->skeleton is a Skeleton&. auto will infer Skeleton. A copy is creat… | |
Post #AdT3M73jOF53rb3z96 by [email protected] | |
0 likes, 0 repeats | |
@badlogic the real problem isn’t the auto. It’s that Skeleton has no copy c… | |
Post #AdT3M77z8QU24n3NmC by [email protected] | |
0 likes, 0 repeats | |
@gareth that is an issue as well. I'd posit though, that auto should work a… | |
Post #AdT3M8E33MvZTstjrk by [email protected] | |
0 likes, 0 repeats | |
@badlogic @gareth ...resisting the urge of "did you consider rewriting it … | |
Post #AdT3M8IemEc7iB3Q36 by [email protected] | |
0 likes, 0 repeats | |
@badlogic @gareth ...e.g. I would expect that int* pi = &i; auto* pa … | |
Post #AdT3M8NcTmaFxZNNmi by [email protected] | |
0 likes, 0 repeats | |
@floooh @badlogic @gareth auto pa = &pithere's also auto& and auto&… | |
Post #AdT3M8ezRCTipRVFrM by [email protected] | |
0 likes, 0 repeats | |
@badlogic @gareth Correction: C23 auto doesn't make sense either:https://ww… | |
Post #AdT3M94rszB87hbvCC by [email protected] | |
0 likes, 0 repeats | |
@badlogic @gareth ok in GCC it's an error to write 'auto*', which m… | |
Post #AdTBUThzrZNO3kOgGu by [email protected] | |
0 likes, 0 repeats | |
@lritter @badlogic @gareth the last two are thankfully C++-isms and didn't … | |
Post #AdTCUafK66QzadlQG0 by [email protected] | |
0 likes, 0 repeats | |
@floooh @badlogic @gareth is `auto` a C feature now? | |
Post #AdTIukLLL0RQrKH2OG by [email protected] | |
0 likes, 0 repeats | |
@lritter @badlogic @gareth yeah, added in C23, there's also a typeof() | |
Post #AdTJM9A5AhwxeP4XDc by [email protected] | |
0 likes, 0 repeats | |
@floooh @badlogic @gareth yeah, we added typeof() support to our libclang bridg… |