https://issues.dlang.org/show_bug.cgi?id=13770

Basile-z <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #2 from Basile-z <[email protected]> ---
templates can only have overloads that are also templates. Also the pattern
that was tried here (so IFTI i believe) is usually more done using

  opt(T)(T t) { return Opt!T(t) }

--

Reply via email to