Skip to content

Commit 560b76a

Browse files
committed
Update Prerequisites in howto docs
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.
1 parent aa785c6 commit 560b76a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

how-to-docs.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h1>How To Instructions</h1>
2525
<h2>Prerequisites</h2>
2626
<ul>
2727
<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>
28+
<li>A C++20 compiler. GCC 13 works. Clang 16 mostly works.</li>
2929
<li>Windows is a prerequisite to use the Windows <code>.bat</code> scripts;
3030
a POSIX environment is a prerequisite to use the equivalent <code>make</code>
3131
commands.</li>

0 commit comments

Comments
 (0)