Kaydet (Commit) 4084f933 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

helpcompiler: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)

...by removing explicitly user-provided functions that do the same as their
implicitly-defined counterparts, but may prevent implicitly declared copy
functions from being defined as non-deleted in the future

Change-Id: I61182be57a0ed9071e3559a6445aee98ec5c19bf
Reviewed-on: https://gerrit.libreoffice.org/58057
Tested-by: Jenkins
Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst db481dff
......@@ -65,7 +65,6 @@ namespace fs
OUString data;
public:
path() {}
path(const path &rOther) : data(rOther.data) {}
path(const std::string &in, convert)
{
OUString sWorkingDir;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment