Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 26cc0b0

Browse filesBrowse 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 aae5885 commit 26cc0b0
Copy full SHA for 26cc0b0

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎how-to-docs.html

Copy file name to clipboardExpand all lines: how-to-docs.html
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.