Skip to content
Commit bd6b17f4 authored by Douglas Gregor's avatar Douglas Gregor
Browse files

Improve our handling of C++ [class.copy]p3, which specifies that a

constructor template will not be used to copy a class object to a
value of its own type. We were eliminating all constructor templates
whose specializations look like a copy constructor, which eliminated
important candidates. Fixes PR8182.

llvm-svn: 118418
parent 2cd1fd4a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment