xbolva00 added a comment. In D130894#3696534 <https://reviews.llvm.org/D130894#3696534>, @tbaeder wrote:
> 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. Use ‘5 ==6’ ? So add quotes .. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D130894/new/ https://reviews.llvm.org/D130894 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits