• da-woods's avatar
    Call destructors for structs in C++ (GH-3228) · fd1a431b
    da-woods authored
    In C++ mode, structs can contain C++ classes. Therefore structs
    should have their destructors called to ensure any class
    contained is also destructed.
    
    Also, a bit more thorough about ensuring constructor is generated where necessary.
    
    Closes GH-3226.
    fd1a431b
cpp_classes.pyx 5.83 KB