[OT] Modules dropped out of C++17

Kagamin via Digitalmars-d digitalmars-d at puremagic.com
Wed Jun 10 05:37:04 PDT 2015


On Wednesday, 10 June 2015 at 08:53:40 UTC, Shachar Shemesh wrote:
> On 10/06/15 11:31, Kagamin wrote:
>>
>> Huh? If you have type's method diskIdx and a local variable 
>> diskIdx, and
>> they are confusing, what it has to do with UFCS?
>
> auto diskIdx = data.diskIdx();

auto diskIdx1 = this.diskIdx;
diskIdx1 = f(diskIdx1);
return diskIdx;


More information about the Digitalmars-d mailing list