Request to update GCC compiler version

Hi CodeCrafters team,

I’ve been working on the shell challenge and tried to use the “Native handles and file streams (P1759R6)” feature, but discovered you’re currently using GCC 13.2.0 which doesn’t support it. Would it be possible to update to GCC 14 or newer? This would enable us to use modern C++ features that make code more elegant and efficient.

Thanks for considering this!

Hey @trsantos, I’ve upgraded all C and C++ buildpacks to GCC 14.3. You should now be able to use the newer features you mentioned.

Let me know if you run into any issues!

1 Like