Skip to content

Remove unnecessary user-provided special members that cause -Wdeprecated-copy

...with GCC 9, when an implicitly defined copy function is used that may in a future C++ standard be defined as deleted because the destructor or another copy function is user-declared.

See LibreOffice commit https://gerrit.libreoffice.org/58048 "external/mdds: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)".

Merge request reports

Loading