[Issue 24090] private constructor should not be allowed
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Sat Aug 19 11:08:18 UTC 2023
    
    
  
https://issues.dlang.org/show_bug.cgi?id=24090
Nick Treleaven <nick at geany.org> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nick at geany.org
--- Comment #1 from Nick Treleaven <nick at geany.org> ---
Confirmed, also if the `this(int _id)` ctor is commented out then main.d no
longer compiles. The two parameter ctor is not needed to reproduce this AFAICT.
--
    
    
More information about the Digitalmars-d-bugs
mailing list