Skip to content
  • Douglas Gregor's avatar
    When we are performing copy initialization of a class type via its · c779e995
    Douglas Gregor authored
    copy constructor, suppress user-defined conversions on the
    argument. Otherwise, we can end up in a recursion loop where the
    bind the argument of the copy constructor to another copy constructor call,
    whose argument is then a copy constructor call...
    
    Found by Boost.Regex which, alas, still isn't building.
    
    llvm-svn: 102269
    c779e995
Loading