[ ArgumentList ] vs. @( ArgumentList )

Simen Kjaeraas simen.kjaras at gmail.com
Wed Nov 7 03:29:03 PST 2012


On 2012-12-07 11:11, Timon Gehr <timon.gehr at gmx.ch> wrote:

> On 11/07/2012 09:28 AM, Simen Kjaeraas wrote:
>> On 2012-19-07 09:11, John Chapman <johnch_atms at hotmail.com> wrote:
>>
>>> Personally, I also like <ArgumentList>.
>>
>> I am glad to say this will not happen. <> as delimiters cause problems
>> because they're used elsewhere as non-matching:
>>
>> <MyAttribute(foo > bar)>
>>
>
> This example does not show that they cause problems.

Not true. The compiler certainly can handle it, but a programmer could
easily be confused.

-- 
Simen


More information about the Digitalmars-d mailing list