DEV Community

Discussion on: Let's try C++20 | Compare objects

Collapse
 
sandordargo profile image
Sandor Dargo

Great to see more C++ content on Dev! What compiler do you use with decent support for C++20? I was advised recently MSVC++, but I'm on Linux, so not a viable option.

Collapse
 
pgradot profile image
Pierre Gradot

Hey! Thanks :)

For my tests, I am using wandbox.org/ or godbolt.org/

Head versions of both GCC and CLANG seem to work properly. See en.cppreference.com/w/cpp/compiler... more for more details about which features is supported by each major compilers ;)