Hacker News new | ask | show | jobs
by gavinray 1637 days ago
I just use the LLVM toolchain -- on Windows and Linux. You really can't beat clang and lld, the ecosystem and tooling is fantastic.

If something absolutely requires MSVC ABI compatibility, I use "clang-cl".

God bless LLVM developers.

1 comments

That is why they are now lagging behind everyone else on C++20 support.