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

> On Monday, 18 January 2016 at 10:58:46 UTC, Rory McGuire wrote:
>
>> The TypeTuple disappearance issue is still there. Should at least be
>> marked deprecated first. Right?
>>
>
> It didn't disappear, std.typetuple is still there and deprecated.
> What I found during testing was an incorrect `import std.range :
> TypeTuple` that no longer works. It's unfortunate that the import system
> doesn't prevent such mistakes.
>

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.

Reply via email to