correctly handle APIs that accept Poly<T&> as an argument
authorEric Niebler <eniebler@fb.com>
Fri, 12 Jan 2018 21:55:50 +0000 (13:55 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Fri, 12 Jan 2018 22:05:10 +0000 (14:05 -0800)
Summary: Multi-dispatch in Poly was handled by treating arguments of type Poly<I&> as special, unwrapping them. That's a problem if the underlying API actually wants the Poly<I&> unmolested.

Reviewed By: yfeldblum

Differential Revision: D6713975

fbshipit-source-id: 18a90fa701fab14c3d3d46c247efe09ea5903b11


No differences found