• Stephan Bergmann's avatar
    cppcanvas: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9) · 6844ef8a
    Stephan Bergmann yazdı
    ...by explicitly defaulting the copy/move functions (and, where needed in turn,
    also a default ctor) for classes that have a user-declared dtor that does
    nothing other than an implicitly-defined one would do, but needs to be user-
    declared because it is virtual and potentially serves as a key function to
    emit the vtable, or is non-public, etc.  There appears to be no good reason for
    these classes to have a deleted copy assignment op, so just change that to
    implicitly-defined, too.
    
    Change-Id: I65fb6ea78a13b7b3d237529613c0489c8cf50614
    Reviewed-on: https://gerrit.libreoffice.org/58119
    Tested-by: Jenkins
    Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
    6844ef8a
Adı
Son kayıt (commit)
Son güncelleme
..
basegfxfactory.cxx Loading commit data...
implbitmap.cxx Loading commit data...
implbitmap.hxx Loading commit data...
implbitmapcanvas.cxx Loading commit data...
implbitmapcanvas.hxx Loading commit data...
implcanvas.cxx Loading commit data...
implcanvas.hxx Loading commit data...
implcustomsprite.cxx Loading commit data...
implcustomsprite.hxx Loading commit data...
implpolypolygon.cxx Loading commit data...
implpolypolygon.hxx Loading commit data...
implsprite.cxx Loading commit data...
implsprite.hxx Loading commit data...
implspritecanvas.cxx Loading commit data...
implspritecanvas.hxx Loading commit data...
vclfactory.cxx Loading commit data...