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 88f702e commit 8d6b58eCopy full SHA for 8d6b58e
clang/docs/ReleaseNotes.rst
@@ -1009,6 +1009,8 @@ Bug Fixes to C++ Support
1009
- Fix type of expression when calling a template which returns an ``__array_rank`` querying a type depending on a
1010
template parameter. Now, such expression can be used with ``static_assert`` and ``constexpr``. (#GH123498)
1011
- Correctly determine the implicit constexprness of lambdas in dependent contexts. (#GH97958) (#GH114234)
1012
+- The initialization kind of elements of structured bindings
1013
+ direct-list-initialized from an array is corrected to direct-initialization.
1014
1015
Bug Fixes to AST Handling
1016
^^^^^^^^^^^^^^^^^^^^^^^^^
0 commit comments