Skip to content
Commit 23bafad9 authored by Richard Trieu's avatar Richard Trieu
Browse files

When template deduction fails on a derived class, try a template deduction on

the base class.  If the base class deduction succeeds, use those results.  If
it fails, keep using the results from the derived class template deduction.

This prevents an assertion later where the type of deduction failure doesn't
match up with the template deduction info.

llvm-svn: 167550
parent 7778d616
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