According to lex.html `42.f' is a floating point literal.Sorrily this changes if function `f' with siganture `auto f( int)' isdeclared and scopes intersect. -manfred
42.f is no longer a valid floating-point literal, this is the new choosen behaviour since UFCS. So lex.html is probably out-of-date.
