dmd and C++11

Mail Mantis mail.mantis.88 at gmail.com
Mon Jan 2 03:11:24 PST 2012


2012/1/2 Adam D. Ruppe <destructionator at gmail.com>

> On Monday, 2 January 2012 at 01:14:43 UTC, Mail Mantis wrote:
>
>> If I undestood you correctly...
>> Potentially, yes, But, from syntactical point of view, is there any [...]
>>
>
> http://drdobbs.com/blogs/**tools/229401068<http://drdobbs.com/blogs/tools/229401068>
>
> In std.conv, the octal template is one example:
>
> int a = octal!755;
>

And the above example may be rewritten as:
a = x!2 + y!3 * deg!180;
Thank you, totally forgot about this
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20120102/4c6f5d37/attachment.html>


More information about the Digitalmars-d mailing list