Modern C++ Lamentations

Steven Schveighoffer schveiguy at gmail.com
Sun Dec 30 18:48:39 UTC 2018


On 12/30/18 1:47 PM, Steven Schveighoffer wrote:
> On 12/30/18 1:13 PM, Steven Schveighoffer wrote:
>> Maybe split it out into something like withloop, maybe we can make 
>> this kind of thing work:
>>
> 
> There you go, nested looping with ranges, with no need for closures or 
> joiners:
> 
> https://run.dlang.io/is/hkqhvZ

BTW, this would be much nicer with first-class tuples...

-Steve


More information about the Digitalmars-d mailing list