Remix.run Logo
xzstas 5 hours ago

I've already been using it for some time (debian sid has a trunk package). it has c++26 reflection, so I already do some magical things with reflection (much better for some cases e.g. for ser-des). I only wish they had a lsp server in their eco-system!

klaussilveira 5 hours ago | parent [-]

libstd has been giving me issues running gcc 16 binaries on Debian 12 and 13.

gjvc 4 hours ago | parent [-]

are you using

    -static-libstdc++ -static-libgcc

?