projects
/
folly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from:
4a5ba09
)
correctly handle APIs that accept Poly<T&> as an argument
author
Eric Niebler
<eniebler@fb.com>
Fri, 12 Jan 2018 21:55:50 +0000
(13:55 -0800)
committer
Facebook 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