On Mon, Jan 18, 2016 at 7:35 PM, Martin Nowak via Digitalmars-d-announce <
digitalmars-d-announce@puremagic.com> wrote:

> On Monday, 18 January 2016 at 15:08:51 UTC, Rory McGuire wrote:
>
>> What I meant was it used to be available by importing std.typecons and
>> now it isn't. There is a library on code.dlang.org that uses it,
>> painlessjson I think it was.
>>
>
> That's what I meant above, thought it was std.range.
> TypeTuple was never part of std.typecons. The fact that it could be
> imported from there is a bug in our import system
> https://issues.dlang.org/show_bug.cgi?id=314.
>

:) nice, so most affected code probably occurred because the person forgot
to import the correct module but it worked so they were never notified.

Reply via email to