File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -382,6 +382,11 @@ Bug Fixes to C++ Support
382382- Fix a crash when using ``source_location `` in the trailing return type of a lambda expression. (#GH67134)
383383- A follow-up fix was added for (#GH61460), as the previous fix was not entirely correct. (#GH86361)
384384
385+
386+ - Fixed a bug where variables referenced by requires-clauses inside
387+ nested generic lambdas were not properly injected into the constraint scope.
388+ (`#73418 <https://github.com/llvm/llvm-project/issues/73418 >`_)
389+
385390- Fix incorrect code generation caused by the object argument of ``static operator() `` and ``static operator[] `` calls not being evaluated.
386391 Fixes (`#67976 <https://github.com/llvm/llvm-project/issues/67976 >`_)
387392
You can’t perform that action at this time.
0 commit comments