How do I use C++20 in vscode?
You must add the msvc compiler option /std:c++latest
to be able to use the unordered_map::contains()
member function.
You must add the msvc compiler option /std:c++latest
to be able to use the unordered_map::contains()
member function.