commit 4e4bba441d7f98825a88b416dd63ccba83ee7f0f
Author: Pavel Sanda <[email protected]>
Date:   Thu Feb 20 09:24:34 2020 +0100

    gcc 4.7 leftover
---
 src/support/unicode.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/support/unicode.h b/src/support/unicode.h
index 6373e47..6559cf6 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
-- 
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to