[clang] conversion operator to builtin _Complex not constexpr #108750
Labels
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
constexpr
Anything related to constant evaluation
This arose in a generic context:
error: constexpr variable 'z0' must be initialized by a constant expression
This compiler explorer snippet reduces it to a non-template example
https://godbolt.org/z/YPe63E4Gf
The text was updated successfully, but these errors were encountered: