Deprecated language features

Jonathan M Davis jmdavisProg at gmx.com
Thu Feb 2 10:54:17 PST 2012


On Thursday, February 02, 2012 19:51:57 Andrej Mitrovic wrote:
> On 2/2/12, Daniel Murphy <yebblies at nospamgmail.com> wrote:
> > - 'l' suffix for integer literals
> 
> You mean L for long?

No. He means l. l is deprecated. You're supposed to use L now instead of l.

Try using 1234567890l instead of 1234567890L, and you should a compiler error, 
because l is deprecated.

- Jonathan M Davis


More information about the Digitalmars-d mailing list