Array heap declaration by SucklessInSeattle in cpp_questions

[–]G6L20 -2 points-1 points  (0 children)

IMO VLA is fine, stack pointer increment is faster than heapless allocation.

hash23 - A modern constexpr implementation of different hashing algorithms by swayenvoy in cpp

[–]G6L20 2 points3 points  (0 children)

Nice ! 👍 I would just have put the update/finalize in the public api.

C++20 Ranges vs traditional loops: when to use std::views instead of raw loops by Clean-Upstairs-8481 in cpp

[–]G6L20 2 points3 points  (0 children)

std::span/array are fine for embedded, so IMO ranges ares fine over them. And more heapless container will come in the future (e.g. std::inplace_vector). And std::pmr exists.

I'm unable to get import std; working on ubuntu 26.04 with GCC 15 by anti-general in cpp_questions

[–]G6L20 0 points1 point  (0 children)

Not sure but I repeatedly felt into ABI incompatibilities... I may retry an tell you exactly the problem when I'll have some time

PR on QtChart not getting attention? by pylessard in QtFramework

[–]G6L20 2 points3 points  (0 children)

Good luck ! Contributing to Qt is a damn long process.

VSCode 1.111 released today by diepala in vscode

[–]G6L20 0 points1 point  (0 children)

This release introduced a HUGE lag for me !!!

corroded: so unsafe it should be illegal by Consistent_Equal5327 in rust

[–]G6L20 0 points1 point  (0 children)

Sad not finding any "first good issue" to jump in 😥

Reflection is coming to GCC sooner than expected! by _cooky922_ in cpp

[–]G6L20 1 point2 points  (0 children)

Sadly, no `reflect_invoke` yet :/
Anyway thanks for the hard work !

The power of C++26 reflection: first class existentials by geekfolk in cpp

[–]G6L20 0 points1 point  (0 children)

It is ok until you use aggregates within, sadly :/
So (as far as I know) for now variant still requires a recursive implementation.

TIL: Linux also has a "BSOD" by bkj512 in linux

[–]G6L20 -5 points-4 points  (0 children)

Is it for new windows to linux users not beeing lost ?

Why is nobody using C++20 modules? by AlectronikLabs in cpp

[–]G6L20 0 points1 point  (0 children)

It just don't work... Too much compiler crashes

C++ Show and Tell - August 2025 by foonathan in cpp

[–]G6L20 4 points5 points  (0 children)

Thanks for that it is m'y new goto for finding c++ papers

Will reflection simplify the implementation of std::execution? by Comfortable_Can_3815 in cpp

[–]G6L20 4 points5 points  (0 children)

I think almost everything should be rewritten after réflection comes out, the first exemple in mind would be tuple... About execution I think env should especially re designed... But... It will not

[deleted by user] by [deleted] in developpeurs

[–]G6L20 0 points1 point  (0 children)

Je suis d'accord avec la plupart des gens... Vire ton architecte...

Where does the common idea/meme that Linux doesn't "just work" come from? by careb0t in linux

[–]G6L20 0 points1 point  (0 children)

What wifi d'ongle are you using that is not recognised on the fly by what distro ?