[Issue 17863] cannot deduce function with implicit conversion

2018-06-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17863

RazvanN  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||razvan.nitu1...@gmail.com
 Resolution|--- |FIXED

--- Comment #2 from RazvanN  ---
The example compiles successfully now on master git HEAD. Closing as fixed.

--


[Issue 17863] cannot deduce function with implicit conversion

2017-09-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17863

--- Comment #1 from anonymous4  ---
Error: template f2 cannot deduce function from argument types !()(int),
candidates are:
   f2(T)(immutable T a)
Error: template f3 cannot deduce function from argument types !()(int),
candidates are:
   f3(T)(shared T a)

--