Hello~ Thanks for the awesome tutorial!
I’m trying to build a Vulkan application using the C++ standard library modules feature (import std) in Ubuntu 24.04. I attempted to build GCC/G++ 15 and Clang 18 from source, but I wasn’t able to get a fully working setup in the end.
Could you share a feasible and known-working toolchain (compiler + standard library + build system) that supports Standard Library Modules reliably? Any guidance or reference setup would be greatly appreciated.