We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbe5cd3 commit 58c947bCopy full SHA for 58c947b
clang/docs/ReleaseNotes.rst
@@ -78,6 +78,9 @@ C++ Language Changes
78
- Allow single element access of GCC vector/ext_vector_type object to be
79
constant expression. Supports the `V.xyzw` syntax and other tidbits
80
as seen in OpenCL. Selecting multiple elements is left as a future work.
81
+- Implement `CWG1815 <https://wg21.link/CWG1815>`_. Support lifetime extension
82
+ of temporary created by aggregate initialization using a default member
83
+ initializer.
84
85
C++17 Feature Support
86
^^^^^^^^^^^^^^^^^^^^^
0 commit comments