[Issue 22659] [REG master] Error: declaration '(S[2] arr = __error__;)' is not yet implemented in CTFE
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Mon Jan 10 11:32:26 UTC 2022
    
    
  
https://issues.dlang.org/show_bug.cgi?id=22659
Teodor Dutu <teodor.dutu at gmail.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |teodor.dutu at gmail.com
--- Comment #1 from Teodor Dutu <teodor.dutu at gmail.com> ---
This behaviour only happens if the user basically overrides
`object._d_arrayctor` with their own hook. But function names starting with
`_d_` are reserved for internal usage by the compiler. Isn't this problem
overly specific to a use case that is very unlikely to happen?
--
    
    
More information about the Digitalmars-d-bugs
mailing list