Commit f6d00b8
committed
Avoid potential ambiguity in UrReturnHelper
If UrReturnHelper's operator() is explicitly called as
operator()<T>(...), there is a potential for ambiguity when the
specified RetType and the inferred T are the same: this is ambiguous
with the version of operator() where only T is a template parameter,
and T is specified explicitly. We already have code that explicitly
calls operator()<T>(...), so prevent this from becoming a problem.1 parent fa8cc8e commit f6d00b8
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
304 | 304 | | |
305 | 305 | | |
306 | 306 | | |
307 | | - | |
| 307 | + | |
| 308 | + | |
308 | 309 | | |
309 | 310 | | |
310 | 311 | | |
| |||
0 commit comments