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

mipri <[email protected]> changed:

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

--- Comment #4 from mipri <[email protected]> ---
Issue #21492 seems to be the reason for the failure with octal!167

Issue #19268 has a lot of discussion that's relevant to octal!"167".
This specific case can be fixed just in phobos by swapping

-private T octal(T)(const string num)
+private T octal(T, string num)()

and changing callers to suit.

--

Reply via email to