• 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
..
inc/pch Loading commit data...
qa Loading commit data...
source Loading commit data...
CppunitTest_cppcanvas_emfplus.mk Loading commit data...
CppunitTest_cppcanvas_test.mk Loading commit data...
Library_cppcanvas.mk Loading commit data...
Library_mtfrenderer.mk Loading commit data...
Makefile Loading commit data...
Module_cppcanvas.mk Loading commit data...
README Loading commit data...