Skip to content

Commit 3985eda

Browse files
authored
[docs] Update links for C++ compiler supported features in CodingStandards (#81587)
1 parent be9f8ff commit 3985eda

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

llvm/docs/CodingStandards.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,10 @@ Each toolchain provides a good reference for what it accepts:
7373

7474
* libstdc++: https://gcc.gnu.org/onlinedocs/libstdc++/manual/status.html#status.iso.2017
7575

76-
* MSVC: https://msdn.microsoft.com/en-us/library/hh567368.aspx
76+
* 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>`_.
7780

7881

7982
C++ Standard Library

0 commit comments

Comments
 (0)