On 28/03/21 22:23 +0100, Jonathan Wakely via Libstdc++ wrote:
On Sun, 28 Mar 2021, 22:20 Gerald Pfeifer, <ger...@pfeifer.com> wrote:
Hi folks,
I noticed http://gcc.gnu.org/onlinedocs/libstdc++/manual/status.html
has a link to https://github.com/llvm/llvm-project/tree/master/pstl
which does not exist any more.
Would you mind having a look and updating (or removing) that link?
They renamed the 'master' branch. I'll adjust the link tomorrow.
Done by this patch, pushed to master (which I think we should rename).
commit e19afa0645f19287517a139c0428cfd1f3a63742
Author: Jonathan Wakely <jwak...@redhat.com>
Date: Mon Mar 29 14:13:01 2021
libstdc++: Adjust link to PSTL upstream (again)
The LLVM project renamed their default branch to 'main'.
libstdc++-v3/ChangeLog:
* doc/xml/manual/status_cxx2017.xml: Adjust link for PSTL.
* doc/html/manual/status.html: Regenerate.
diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2017.xml b/libstdc++-v3/doc/xml/manual/status_cxx2017.xml
index 7f64c47bdfe..11372bb28b3 100644
--- a/libstdc++-v3/doc/xml/manual/status_cxx2017.xml
+++ b/libstdc++-v3/doc/xml/manual/status_cxx2017.xml
@@ -1882,7 +1882,7 @@ since C++14 and the implementation is complete.
<entry>28.4</entry>
<entry>Parallel algorithms</entry>
<entry/>
- <entry>Using <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://github.com/llvm/llvm-project/tree/master/pstl">PSTL</link></entry>
+ <entry>Using <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://github.com/llvm/llvm-project/tree/main/pstl">PSTL</link></entry>
</row>
<row>
<entry>28.5</entry>