Skip to content
Commit 6a96bf7d authored by Sebastian Redl's avatar Sebastian Redl
Browse files

Do overload resolution for compound assignment even if only the RHS is...

Do overload resolution for compound assignment even if only the RHS is overloadable. Compound assignment may be overloaded as a non-member, and anyway the overload resolution is necessary because it triggers implicit (used-defined) conversions. Fixes PR5512, but not really the deeper issues lurking. Those are standard defects.

llvm-svn: 89268
parent 36029f41
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