IOC is inside Clang-head

Andrei Alexandrescu SeeWebsiteForEmail at erdani.org
Thu Feb 7 21:30:19 PST 2013


On 2/7/13 10:33 PM, Walter Bright wrote:
> On 2/7/2013 6:52 PM, Ziad Hatahet wrote:
>> On Mon, Feb 4, 2013 at 9:38 AM, Walter Bright <newshound2 at digitalmars.com
>> <mailto:newshound2 at digitalmars.com>> wrote:
>>
>>
>> C++'s use of < > for template parameters is not forgivable because many
>> people correctly predicted its problems at the time.
>>
>>
>> Does that also apply to Java and C#? :)
>>
>
> I haven't paid attention to those usages, so I don't have anything
> informed to say about it.

Java and C# don't allow expression template parameters, so < and > are 
harmless in those languages. However, the choice does lock them out of 
adding expression parameters later.

Andrei


More information about the Digitalmars-d mailing list