UFCS in C++
Ali Çehreli via Digitalmars-d
digitalmars-d at puremagic.com
Mon Oct 13 14:19:18 PDT 2014
On 10/13/2014 01:53 AM, Peter Alexander wrote:
> Looks like Bjarne has proposed UFCS for C++
>
> http://isocpp.org/files/papers/N4174.pdf
>
> No mention of D though...
Actually, there are references to D in that article. One of those is
even about considering D as an "alternative". An excerpt from page 10:
void alternative(D& d) // an alternative to consider
{
// ...
}
Ali
"I am NOT kidding!" :)
More information about the Digitalmars-d
mailing list