From 946116fc05e62157056f422e2d1b87baa2624c5b Mon Sep 17 00:00:00 2001 From: Mark de Wever Date: Mon, 19 Jun 2023 17:06:43 +0200 Subject: [PATCH] [NFC][libc++] Addresses LWG3935. Note libc++ implemented this in its initial version. Implements - LWG3935 template constexpr complex& operator=(const complex&) has no specification Reviewed By: #libc, philnik, ldionne Differential Revision: https://reviews.llvm.org/D153287 --- libcxx/docs/Status/Cxx2cIssues.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcxx/docs/Status/Cxx2cIssues.csv b/libcxx/docs/Status/Cxx2cIssues.csv index 00da913..b58c05a 100644 --- a/libcxx/docs/Status/Cxx2cIssues.csv +++ b/libcxx/docs/Status/Cxx2cIssues.csv @@ -13,7 +13,7 @@ "`3915 `__","Redundant paragraph about expression variations","Varna June 2023","","","|ranges|" "`3925 `__","Concept ``formattable``'s definition is incorrect","Varna June 2023","|In Progress|","","|format|" "`3927 `__","Unclear preconditions for ``operator[]`` for sequence containers","Varna June 2023","","","" -"`3935 `__","``template constexpr complex& operator=(const complex&)`` has no specification","Varna June 2023","","","" +"`3935 `__","``template constexpr complex& operator=(const complex&)`` has no specification","Varna June 2023","|Complete|","Clang 3.4","" "`3938 `__","Cannot use ``std::expected`` monadic ops with move-only ``error_type``","Varna June 2023","","","" "`3940 `__","``std::expected::value()`` also needs ``E`` to be copy constructible","Varna June 2023","","","" "","","","","","" -- 2.7.4