Steve set me straight on this one. GCC was right, EDG was wrong: the
direct-initialization following a user-defined conversion can select any constructor; it just can't employ any user-defined conversions. So we ban those conversions and classify the constructor call based on the relationship between the "from" and "to" types in the conversion. llvm-svn: 63554
Loading
Please register or sign in to comment