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

--- Comment #2 from kdevel <[email protected]> ---
Same error opposite direction:

void main ()
{
   import std.typecons;
   import std.conv;

   alias vstring = Typedef!string;
   auto v = 3.to!vstring;
}

../../src/phobos/std/conv.d(210): Error: none of the overloads of template
`std.conv.toImpl` are callable using argument types `!(Typedef!(string, null,
null))(int)`
[...]

--

Reply via email to