You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of Clang 19, libc++ doesn't support std::chrono::clock_cast which is
needed to generate the HTML lists if uncommitted XML files for new
issues are present.
Copy file name to clipboardexpand all lines: how-to-docs.html
+1-1
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ <h1>How To Instructions</h1>
25
25
<h2>Prerequisites</h2>
26
26
<ul>
27
27
<li>Git</li>
28
-
<li>A C++17 compiler. Clang 9 works. GCC 8.x works for unix-like systems, but GCC 9.3 is recommended (because its <code>std::filesystem</code> supports Windows, and no additional <code>-lstdc++fs</code> linker option is needed).</li>
0 commit comments