UFCS in C++

via Digitalmars-d digitalmars-d at puremagic.com
Mon Oct 13 15:25:47 PDT 2014


On Monday, 13 October 2014 at 17:29:56 UTC, Paulo Pinto wrote:
> Am 13.10.2014 um 10:53 schrieb Peter Alexander:
>> Looks like Bjarne has proposed UFCS for C++
>>
>> http://isocpp.org/files/papers/N4174.pdf
>>
>> No mention of D though...
>
> Just noticed that Herb Sutter also presented one,
>
> http://isocpp.org/files/papers/N4165.pdf

Yes, this was a much better idea than UFCS. Having a syntax that 
supports IDE and tooling could justify having two syntaxes for 
the same thing even though it does pollute the namespace for 
questionable gains.



More information about the Digitalmars-d mailing list