Y
Hacker News
new
|
ask
|
show
|
jobs
by
sharedptr
1506 days ago
I use C at work and in the past for hobby projects C++ (11) to do some modifications to Quake 3.
Is C++20 support in compilers already? MSVC/GCC/Clang
2 comments
gkuan
1505 days ago
MSVC has a good amount of C++20 support now
https://en.cppreference.com/w/cpp/compiler_support#cpp20
.
link
junon
1506 days ago
Not fully, but the important pieces yes. Clang and GCC in particular, not sure about MSVC as I don't use it.
link