[libcxx-commits] [libcxx] 946116f - [NFC][libc++] Addresses LWG3935.

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jun 20 08:16:11 PDT 2023


Author: Mark de Wever
Date: 2023-06-20T17:16:06+02:00
New Revision: 946116fc05e62157056f422e2d1b87baa2624c5b

URL: https://github.com/llvm/llvm-project/commit/946116fc05e62157056f422e2d1b87baa2624c5b
DIFF: https://github.com/llvm/llvm-project/commit/946116fc05e62157056f422e2d1b87baa2624c5b.diff

LOG: [NFC][libc++] Addresses LWG3935.

Note libc++ implemented this in its initial version.

Implements
- LWG3935 template<class X> constexpr complex& operator=(const complex<X>&) has no specification

Reviewed By: #libc, philnik, ldionne

Differential Revision: https://reviews.llvm.org/D153287

Added: 
    

Modified: 
    libcxx/docs/Status/Cxx2cIssues.csv

Removed: 
    


################################################################################
diff  --git a/libcxx/docs/Status/Cxx2cIssues.csv b/libcxx/docs/Status/Cxx2cIssues.csv
index 00da9135e0aae..b58c05aa139a1 100644
--- a/libcxx/docs/Status/Cxx2cIssues.csv
+++ b/libcxx/docs/Status/Cxx2cIssues.csv
@@ -13,7 +13,7 @@
 "`3915 <https://wg21.link/LWG3915>`__","Redundant paragraph about expression variations","Varna June 2023","","","|ranges|"
 "`3925 <https://wg21.link/LWG3925>`__","Concept ``formattable``'s definition is incorrect","Varna June 2023","|In Progress|","","|format|"
 "`3927 <https://wg21.link/LWG3927>`__","Unclear preconditions for ``operator[]`` for sequence containers","Varna June 2023","","",""
-"`3935 <https://wg21.link/LWG3935>`__","``template<class X> constexpr complex& operator=(const complex<X>&)`` has no specification","Varna June 2023","","",""
+"`3935 <https://wg21.link/LWG3935>`__","``template<class X> constexpr complex& operator=(const complex<X>&)`` has no specification","Varna June 2023","|Complete|","Clang 3.4",""
 "`3938 <https://wg21.link/LWG3938>`__","Cannot use ``std::expected`` monadic ops with move-only ``error_type``","Varna June 2023","","",""
 "`3940 <https://wg21.link/LWG3940>`__","``std::expected<void, E>::value()`` also needs ``E`` to be copy constructible","Varna June 2023","","",""
 "","","","","",""


        


More information about the libcxx-commits mailing list