File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -234,11 +234,6 @@ C++2c Feature Support
234
234
235
235
Resolutions to C++ Defect Reports
236
236
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
237
- - Implemented `CWG2137 <https://wg21.link/CWG2137 >`_ which allows
238
- list-initialization from objects of the same type.
239
- - Implemented `CWG2311 <https://wg21.link/CWG2311 >`_: given a prvalue ``e `` of object type
240
- ``T ``, ``T{e} `` will try to resolve an initializer list constructor and will use it if successful (CWG2137).
241
- Otherwise, if there is no initializer list constructor, the copy will be elided as if it was ``T(e) ``.
242
237
243
238
- Implemented `CWG2598 <https://wg21.link/CWG2598 >`_ and `CWG2096 <https://wg21.link/CWG2096 >`_,
244
239
making unions (that have either no members or at least one literal member) literal types.
You can’t perform that action at this time.
0 commit comments