[Issue 23729] ignore custom object.d for CTFE needs
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Fri Feb 24 12:12:47 UTC 2023
    
    
  
https://issues.dlang.org/show_bug.cgi?id=23729
RazvanN <razvan.nitu1305 at gmail.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |INVALID
--- Comment #11 from RazvanN <razvan.nitu1305 at gmail.com> ---
As stated before, this is not a bug. The compiler is working as intended, it's
just that you are replacing the custom object.d with different one. If you want
the compiler to not take into account your implementation of object, just name
it something else, or put it in a different directory.
--
    
    
More information about the Digitalmars-d-bugs
mailing list