New-expression with consteval constructor in constexpr context
The relevant wording is [expr.const]/13: An expression or conversion is an immediate invocation if it is a potentially-evaluated explicit or implicit invocation of an immediate function and is not in an immediate function context. An immediate invocation shall be a constant expression. Note the words ‘or conversion’ and ‘implicit invocation’ – this seems to imply … Read more