Using C++ 20
In VS2019, how do I assure that I am using the C++20 compiler and it’s features?
Developer technologies | C++
2 answers
Sort by: Most helpful
-
-
Jeanine Zhang-MSFT 11,356 Reputation points Microsoft External Staff
2021-05-25T02:15:33.393+00:00 Hi,
I suggest that you could determine whether you are using the C++ 20 compiler and its features by looking at what you have selected for the c++ language standard (right click the project -> properties -> General -> C++ Language Standard ).
If you choose /std:c++ latest, then you are using the C++20 compiler and its features.
Best Regards,
Jeanine
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.