2016-07-28 13:02 GMT+02:00 Stefan Glienke <sglie...@dsharp.org>:

> One thing that I did not see mentioned here is the fact that introducing
> "operator hoisting" by introducing that default feature will not solve
> nullables
> at all.
>

In most of cases we can solve that by class operators but I think that for
few cases compiler magic is needed. We can use additional compiler support
ony for that form of nullable types:

var
  x: nullable Integer; // which is de facto TNullable<T> on steroids ;)
-- 
Best regards,
Maciej Izak
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Reply via email to