с++20

How do I get the new C++20 standard?

I write in c++ in visual studio 2017, quite recently I realized that I have a very old c++98 standard, but how so? I seem to ... stream> int main() { std::cout << __cplusplus; return 0; } I collect this code and get this on the output: