[flang-commits] [flang] [flang][Parser] Convert applyMem to invoke non-void members (PR #119782)
Peter Klausler via flang-commits
flang-commits at lists.llvm.org
Mon Dec 16 05:39:14 PST 2024
================
@@ -141,7 +141,7 @@ collect the values that they return.
* `applyLambda([](&&x){}, p1, p2, ...)` is the same thing, but for lambdas
and other function objects.
* `applyMem(mf, p1, p2, ...)` is the same thing, but invokes a member
- function of the result of the first parser for updates in place.
+ function of the result of the first parser.
----------------
klausler wrote:
Does the new version no longer work for updates in place?
https://github.com/llvm/llvm-project/pull/119782
More information about the flang-commits
mailing list