[Issue 19031] [REG 2.080.0] assert failure when subclassing C++ class with D class
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Wed Jul  4 07:50:59 UTC 2018
    
    
  
https://issues.dlang.org/show_bug.cgi?id=19031
RazvanN <razvan.nitu1305 at gmail.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |razvan.nitu1305 at gmail.com
--- Comment #2 from RazvanN <razvan.nitu1305 at gmail.com> ---
Try making class Foo extern(C++) and add "alias visit =
SemanticTimeTransitiveVisitor.visit" in the class body. This should get rid of
the compile errors (don't know about the assert though).
--
    
    
More information about the Digitalmars-d-bugs
mailing list