We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be9f8ff commit 3985edaCopy full SHA for 3985eda
llvm/docs/CodingStandards.rst
@@ -73,7 +73,10 @@ Each toolchain provides a good reference for what it accepts:
73
74
* libstdc++: https://gcc.gnu.org/onlinedocs/libstdc++/manual/status.html#status.iso.2017
75
76
-* MSVC: https://msdn.microsoft.com/en-us/library/hh567368.aspx
+* MSVC: https://learn.microsoft.com/cpp/overview/visual-cpp-language-conformance
77
+
78
+Additionally, there are compiler comparison tables of supported C++ features on
79
+`cppreference.com <https://en.cppreference.com/w/cpp/compiler_support/17>`_.
80
81
82
C++ Standard Library
0 commit comments