<div dir="ltr"><div><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jan 18, 2016 at 7:35 PM, Martin Nowak via Digitalmars-d-announce <span dir="ltr"><<a href="mailto:digitalmars-d-announce@puremagic.com" target="_blank">digitalmars-d-announce@puremagic.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><span class="">On Monday, 18 January 2016 at 15:08:51 UTC, Rory McGuire wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
What I meant was it used to be available by importing std.typecons and now it isn't. There is a library on <a href="http://code.dlang.org" rel="noreferrer" target="_blank">code.dlang.org</a> that uses it, painlessjson I think it was.<br>
</blockquote>
<br></span>
That's what I meant above, thought it was std.range.<br>
TypeTuple was never part of std.typecons. The fact that it could be imported from there is a bug in our import system <a href="https://issues.dlang.org/show_bug.cgi?id=314" rel="noreferrer" target="_blank">https://issues.dlang.org/show_bug.cgi?id=314</a>.<br>
</blockquote></div><div class="gmail_extra"><br></div>:) nice, so most affected code probably occurred because the person forgot to import the correct module but it worked so they were never notified.<div><br></div></div></div>