On 2013-11-22 08:01, deadalnix wrote:
> It removes all ambiguities.
>
> Optional parentheses are still an option when they aren't ambiguous.
>
> void foo() {}
>
> foo; // Can still call foo if we want to.
int bar ();
typeof(bar);
What will the typeof resolve to, "int" or "int function ()"?
-- 
/Jacob Carlborg