[OT] Microsoft filled patent applications for scoped and immutable types

Timon Gehr via Digitalmars-d digitalmars-d at puremagic.com
Thu Aug 28 06:42:01 PDT 2014


On 08/28/2014 11:53 AM, "Jérôme M. Berger" wrote:
> ...
>
> 	I should have said that in D it is used when declaring an instance
> (i.e. at the place of the instance declaration) whereas in the
> patent it is used when declaring the type. For a patent lawyer, this
> will be enough to say that the patent is new.
> ...

This works as expected:

immutable class C{
     // ...
}



More information about the Digitalmars-d mailing list