Skip to content
  • Douglas Gregor's avatar
    Steve set me straight on this one. GCC was right, EDG was wrong: the · bb2e6883
    Douglas Gregor authored
    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
    bb2e6883
Loading