7 ms·
> I don't know how recent those versions are gcc 14 has not yet been released; going by past years, 14.1 should come out around the start of May (2024). clang
by scatters 3y ago
> I don't know how recent those versions are
gcc 14 has not yet been released; going by past years, 14.1 should come out around the start of May (2024). clang 17 was released September (2023); note that you need to use libc++ (stlib=libc++), not libstdc++. VS 2022 17.7 has been out since August.
- steveklabnik 3y agoThank you!