From: Pavel Sanda Date: Thu, 20 Feb 2020 08:24:34 +0000 (+0100) Subject: gcc 4.7 leftover X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=5b246cee9a854820df3cf7acee08faadfbfdfc82;p=features.git gcc 4.7 leftover --- diff --git a/src/support/unicode.h b/src/support/unicode.h index 6373e470ba..6559cf60b6 100644 --- a/src/support/unicode.h +++ b/src/support/unicode.h @@ -62,8 +62,6 @@ public: char * out_buffer, size_t max_out_size); /// target encoding std::string to() const { return tocode_; } - // required by g++ 4.7 - IconvProcessor(IconvProcessor &&) = default; }; /// Get the global IconvProcessor instance of the current thread for