Created on 2022-11-11.00:00:00 last changed 25 months ago
Suggested resolution:
Make the conversion function of a lambda whose call operator is an immediate function also an immediate function.
Converting a consteval lambda to a function pointer in a non-immediate context should be immediately-escalating.
Currently, this is well-formed:
auto x = &*[]() consteval { return 42; };
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2023-11-16 21:27:26 | admin | set | status: open -> drafting |
| 2022-11-27 21:27:50 | admin | set | messages: + msg7068 |
| 2022-11-11 00:00:00 | admin | create | |