Problem:
- Lambdas in unevaluated context aren't supported in the newest clang yet but are required for our usage of jit.
Solution:
- Add support for lambdas in unevaluated context.
Differential D66481
[C++20] Support for lambdas in unevaluated context • krzysztof-jusiak on Aug 20 2019, 8:35 AM. Authored by
Details
Problem:
Solution:
Diff Detail
Event TimelineComment Actions Hello, Any news on this? GCC and MSVC support them since a while now. Thanks a lot in advance ! Stephane Comment Actions Given the lack of activity, I made another PR for the same feature https://reviews.llvm.org/D103380 |