mclow.lists added a comment. This broke a libc++ test. The following is expected to fail to compile:
#include <complex> #include <cassert> int main() { std::complex<float> foo = 1.0if; // should fail w/conversion operator not found } when build as C++1z https://reviews.llvm.org/D33424 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits