[libcxx-commits] [libcxx] 8805ff7 - [libc++] Mark LWG3317 as complete in LLVM 16 (#110757)
via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Oct 2 06:00:50 PDT 2024
Author: Louis Dionne
Date: 2024-10-02T09:00:41-04:00
New Revision: 8805ff72a04308562ea9e962415d238dd356be69
URL: https://github.com/llvm/llvm-project/commit/8805ff72a04308562ea9e962415d238dd356be69
DIFF: https://github.com/llvm/llvm-project/commit/8805ff72a04308562ea9e962415d238dd356be69.diff
LOG: [libc++] Mark LWG3317 as complete in LLVM 16 (#110757)
This was fixed in 719c3dc6f2f7 and landed in LLVM 16.
Closes #100429
Added:
Modified:
libcxx/docs/Status/Cxx20Issues.csv
Removed:
################################################################################
diff --git a/libcxx/docs/Status/Cxx20Issues.csv b/libcxx/docs/Status/Cxx20Issues.csv
index 8e9fc1398bc095..b0fa5346e873d0 100644
--- a/libcxx/docs/Status/Cxx20Issues.csv
+++ b/libcxx/docs/Status/Cxx20Issues.csv
@@ -239,7 +239,7 @@
"`LWG3314 <https://wg21.link/LWG3314>`__","Is stream insertion behavior locale dependent when ``Period::type``\ is ``micro``\ ?","2020-02 (Prague)","|Complete|","16.0",""
"`LWG3315 <https://wg21.link/LWG3315>`__","LWG3315: Correct Allocator Default Behavior","2020-02 (Prague)","|Complete|","",""
"`LWG3316 <https://wg21.link/LWG3316>`__","Correctly define epoch for ``utc_clock``\ / ``utc_timepoint``\ ","2020-02 (Prague)","","",""
-"`LWG3317 <https://wg21.link/LWG3317>`__","Incorrect ``operator<<``\ for floating-point durations","2020-02 (Prague)","","",""
+"`LWG3317 <https://wg21.link/LWG3317>`__","Incorrect ``operator<<``\ for floating-point durations","2020-02 (Prague)","|Complete|","16.0",""
"`LWG3318 <https://wg21.link/LWG3318>`__","Clarify whether clocks can represent time before their epoch","2020-02 (Prague)","","",""
"`LWG3319 <https://wg21.link/LWG3319>`__","Properly reference specification of IANA time zone database","2020-02 (Prague)","|Nothing To Do|","",""
"`LWG3320 <https://wg21.link/LWG3320>`__","``span::cbegin/cend``\ methods produce
diff erent results than ``std::[ranges::]cbegin/cend``\ ","2020-02 (Prague)","|Complete|","",""
More information about the libcxx-commits
mailing list