tbaeder added a comment.
FWIW, complex numbers are already covered it seems:
test.cpp:35:1: error: static assertion failed due to requirement '__real c ==
__imag c'
static_assert(__real c == __imag c);
^ ~~~~~~~~~~~~~~~~~~~~
test.cpp:35:24: note: expression evaluates to 5 == 6
static_assert(__real c == __imag c);
~~~~~~~~~^~~~~~~~~~~
1 error generated.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130894/new/
https://reviews.llvm.org/D130894
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits