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 d2c0249 commit 6c00fafCopy full SHA for 6c00faf
llvm/docs/CodingStandards.rst
@@ -78,7 +78,7 @@ Each toolchain provides a good reference for what it accepts:
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
-To keep track with the evolution of the standard, newer C++ version can be used
+To keep track with the evolution of the standard, newer C++ versions can be used
82
to build LLVM. However, our support focuses on the minimum supported C++
83
version and a very recent standard may not yet be supported, or only using the
84
latest version of the supported toolchains and possibly not across all the
0 commit comments