From 1bbbb628cca7a80d1262ffc5db51ef4064c5c5ea Mon Sep 17 00:00:00 2001 From: Hristo Hristov Date: Sun, 8 Sep 2024 11:49:00 +0300 Subject: [PATCH 1/2] [libc++][NFC] Mark P1869R1 as implemented The paper was implemented as experimental feature in Clang 18 in: https://github.com/llvm/llvm-project/commit/4fa812bb52a5b1eea22750a1b59f94221d0df622 Closes https://github.com/llvm/llvm-project/issues/100031 --- libcxx/docs/Status/Cxx20Papers.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcxx/docs/Status/Cxx20Papers.csv b/libcxx/docs/Status/Cxx20Papers.csv index ad788d7416fdad..4a40a21247e485 100644 --- a/libcxx/docs/Status/Cxx20Papers.csv +++ b/libcxx/docs/Status/Cxx20Papers.csv @@ -152,7 +152,7 @@ "`P1855R0 `__","Make ````\ freestanding","2019-11 (Belfast)","","","" "`P1862R1 `__","Ranges adaptors for non-copyable iterators","2019-11 (Belfast)","|Complete|","16.0","" "`P1865R1 `__","Add max() to latch and barrier","2019-11 (Belfast)","|Complete|","11.0","" -"`P1869R1 `__","Rename 'condition_variable_any' interruptible wait methods","2019-11 (Belfast)","","","" +"`P1869R1 `__","Rename 'condition_variable_any' interruptible wait methods","2019-11 (Belfast)","|Complete|","18.0","The paper is implemented but the features are experimental and can be enabled via ``-fexperimental-library``." "`P1870R1 `__","forwarding-range is too subtle","2019-11 (Belfast)","|Complete|","15.0","" "`P1871R1 `__","Concept traits should be named after concepts","2019-11 (Belfast)","|Complete|","14.0","" "`P1872R0 `__","span should have size_type, not index_type","2019-11 (Belfast)","|Complete|","10.0","" From 244d0636cdb5d4b94cc943201c46be781f6888bc Mon Sep 17 00:00:00 2001 From: Hristo Hristov Date: Mon, 9 Sep 2024 23:11:19 +0300 Subject: [PATCH 2/2] Update libcxx/docs/Status/Cxx20Papers.csv --- libcxx/docs/Status/Cxx20Papers.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcxx/docs/Status/Cxx20Papers.csv b/libcxx/docs/Status/Cxx20Papers.csv index 4a40a21247e485..2beca5fe4f6cb4 100644 --- a/libcxx/docs/Status/Cxx20Papers.csv +++ b/libcxx/docs/Status/Cxx20Papers.csv @@ -152,7 +152,7 @@ "`P1855R0 `__","Make ````\ freestanding","2019-11 (Belfast)","","","" "`P1862R1 `__","Ranges adaptors for non-copyable iterators","2019-11 (Belfast)","|Complete|","16.0","" "`P1865R1 `__","Add max() to latch and barrier","2019-11 (Belfast)","|Complete|","11.0","" -"`P1869R1 `__","Rename 'condition_variable_any' interruptible wait methods","2019-11 (Belfast)","|Complete|","18.0","The paper is implemented but the features are experimental and can be enabled via ``-fexperimental-library``." +"`P1869R1 `__","Rename 'condition_variable_any' interruptible wait methods","2019-11 (Belfast)","|Complete|","18.0","" "`P1870R1 `__","forwarding-range is too subtle","2019-11 (Belfast)","|Complete|","15.0","" "`P1871R1 `__","Concept traits should be named after concepts","2019-11 (Belfast)","|Complete|","14.0","" "`P1872R0 `__","span should have size_type, not index_type","2019-11 (Belfast)","|Complete|","10.0",""