Distinct lambda expressions are always considered non-equivalent, so two token-for-token identical function declarations whose signatures involve lambda-expressions declare distinct functions.
Partially implement P0315R4. This patch allow lambda in unevaluated context. It does not implement temp.deduct/9.