On Thursday, 13 June 2013 at 10:19:17 UTC, Peter Alexander wrote:
On Thursday, 13 June 2013 at 10:16:40 UTC, Peter Alexander wrote:
On Thursday, 13 June 2013 at 09:53:54 UTC, TommiT wrote:
1. alias main.bar conflicts with alias main.bar

This is why: they conflict.

If it worked, what would you expect bar!string() return?

Oops, that's a bad example: bar has a parameter.

Which bar would you expect this to alias:

alias bar!string barstring;

It is ambiguous and you get an error.

Reply via email to