First of all: thanks for the cool feature!
On Sun, 26 May 2013, Henrik Grubbstr�m (Lysator) @ Pike (-) developers forum wrote:
- When the types for the variants aren't disjunct.
What other options are there except for not allowing ambiguities? In saying that, it would be nice to have some kind of catch-all, e.g.
variant void foo(int a); variant void foo(mixed a); // effectively mixed - int
arne