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

Boris Carvajal <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Boris Carvajal <[email protected]> ---
There's one usage of this in Phobos even though it doesn't work.

std/range/package.d
----------------------------
// This doesn't work yet
static if (allSameType)
{
    alias ElementType = ref RvalueElementType;
}
else
{
----------------------------

--

Reply via email to