is there any reason UFCS can't be used with 'new'?

Jay via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Sep 29 15:55:41 PDT 2014


On Sunday, 28 September 2014 at 22:17:03 UTC, Meta wrote:
> I'm not sure. Maybe it's on the same level as the Lambda 
> Abstraction (14.5), but you'll probably have to do some testing 
> to figure it out exactly.

precedence levels seem to be defined in `src/parse.h` (the `PREC` 
enum) and assigned to operators in `src/parse.c` 
(`initPrecedence()`).


More information about the Digitalmars-d-learn mailing list