diff options
author | Michael Kruse <llvm-project@meinersbur.de> | 2020-09-22 14:19:40 -0500 |
---|---|---|
committer | Michael Kruse <llvm-project@meinersbur.de> | 2020-09-22 14:22:08 -0500 |
commit | 97ca41e1ddfbb6812e2042dcbd2db6e0e7d0bc33 (patch) | |
tree | c04e0e7781887692884e557ddf5426baf9ad70d9 /llvm/lib/Transforms/Utils/LoopVersioning.cpp | |
parent | 2bc589bbb8d7d00f5939e9cd33cbe57e47d61f7e (diff) | |
download | llvm-97ca41e1ddfbb6812e2042dcbd2db6e0e7d0bc33.zip llvm-97ca41e1ddfbb6812e2042dcbd2db6e0e7d0bc33.tar.gz llvm-97ca41e1ddfbb6812e2042dcbd2db6e0e7d0bc33.tar.bz2 |
[flang][msvc] Add explicit function template argument to applyLamda. NFC.
Like in D87961, msvc has difficulties deducing the template argument. The error message is:
```
expr-parsers.cpp(383): error C2672: 'applyLambda': no matching overloaded function found
```
Explicitly pass the first template argument to help it.
This patch is part of the series to make flang compilable with MS Visual Studio <http://lists.llvm.org/pipermail/flang-dev/2020-July/000448.html>.
Reviewed By: DavidTruby
Differential Revision: https://reviews.llvm.org/D88001
Diffstat (limited to 'llvm/lib/Transforms/Utils/LoopVersioning.cpp')
0 files changed, 0 insertions, 0 deletions