https://issues.dlang.org/show_bug.cgi?id=22310

--- Comment #1 from kinke <[email protected]> ---
(In reply to kinke from comment #0)
> Note that failing to instantiate BooleanTypeOf!T for non-bool T also seems
> to lead to all successfully instantiated templates in there not to be cached
> (AliasThisTypeOf!T, OriginalType!T).

Scratch that, OriginalType!T *is* cached, only AliasThisTypeOf!T isn't,
possibly because of the speculative instantiation inside `static if (is(...))`.

--

Reply via email to