Thread overview
[Issue 19392] [CTFE] static array in a tuple isn't CTFE-able
[Issue 19392] [CTFE] static array in a tuple has not is not CTFE-able
Dec 17, 2022
Iain Buclaw
Apr 25, 2023
RazvanN
November 12, 2018
https://issues.dlang.org/show_bug.cgi?id=19392

Илья Ярошенко <ilyayaroshenko@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |CTFE
           Hardware|x86                         |All
                 OS|Windows                     |All
           Severity|enhancement                 |normal

--
April 12, 2019
https://issues.dlang.org/show_bug.cgi?id=19392

Илья Ярошенко <ilyayaroshenko@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |rejects-valid
            Summary|[CTFE] static array in a    |[CTFE] static array in a
                   |tuple has not is not        |tuple isn't CTFE-able
                   |CTFE-able                   |

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=19392

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P3

--
April 25, 2023
https://issues.dlang.org/show_bug.cgi?id=19392

RazvanN <razvan.nitu1305@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |razvan.nitu1305@gmail.com

--- Comment #1 from RazvanN <razvan.nitu1305@gmail.com> ---
The code now segfaults.

--