aboutsummaryrefslogtreecommitdiff
path: root/libcxx/docs
diff options
context:
space:
mode:
authorTwice <twice@apache.org>2024-01-19 19:06:11 +0900
committerGitHub <noreply@github.com>2024-01-19 10:06:11 +0000
commit7ded34576f348d8f5b915deb53e8bfa45f72c79c (patch)
treefb9c9a8b4a703a1d2fcf0af4ab427eb99f3b88f0 /libcxx/docs
parentf670112a591c83498e348f3ff2f73f02baf8e303 (diff)
downloadllvm-7ded34576f348d8f5b915deb53e8bfa45f72c79c.zip
llvm-7ded34576f348d8f5b915deb53e8bfa45f72c79c.tar.gz
llvm-7ded34576f348d8f5b915deb53e8bfa45f72c79c.tar.bz2
[libc++] Implement LWG3940: std::expected<void, E>::value() also needs E to be copy constructible (#71819)
This patch includes the fix for [LWG3940](https://cplusplus.github.io/LWG/issue3940) (`std::expected<void, E>::value()` also needs `E` to be copy constructible)
Diffstat (limited to 'libcxx/docs')
-rw-r--r--libcxx/docs/Status/Cxx2cIssues.csv2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/docs/Status/Cxx2cIssues.csv b/libcxx/docs/Status/Cxx2cIssues.csv
index fe0f13f..e03b7c7 100644
--- a/libcxx/docs/Status/Cxx2cIssues.csv
+++ b/libcxx/docs/Status/Cxx2cIssues.csv
@@ -15,7 +15,7 @@
"`3927 <https://wg21.link/LWG3927>`__","Unclear preconditions for ``operator[]`` for sequence containers","Varna June 2023","|Nothing To Do|","",""
"`3935 <https://wg21.link/LWG3935>`__","``template<class X> constexpr complex& operator=(const complex<X>&)`` has no specification","Varna June 2023","|Complete|","3.4",""
"`3938 <https://wg21.link/LWG3938>`__","Cannot use ``std::expected`` monadic ops with move-only ``error_type``","Varna June 2023","|Complete|","18.0",""
-"`3940 <https://wg21.link/LWG3940>`__","``std::expected<void, E>::value()`` also needs ``E`` to be copy constructible","Varna June 2023","","",""
+"`3940 <https://wg21.link/LWG3940>`__","``std::expected<void, E>::value()`` also needs ``E`` to be copy constructible","Varna June 2023","|Complete|","18.0",""
"","","","","",""
"`2392 <https://wg21.link/LWG2392>`__","""character type"" is used but not defined","Kona November 2023","","",""
"`3203 <https://wg21.link/LWG3203>`__","``span`` element access invalidation","Kona November 2023","","",""