"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "28939a222e5dcea65e27754e709f4fe261c5ab72"
When performing template argument deduction for a non-reference
conversion function when we're binding the result to a reference, drop cv-qualifiers on the type we're referring to, since we should be deducing a type that can be adjusted (via cv-qualification) to the requested type. Fixes PR9336, and the remaining Boost.Assign failure. llvm-svn: 127117
Loading
Please register or sign in to comment