[LyX/master] gcc 4.7 leftover

Pavel Sanda sanda at lyx.org
Thu Feb 20 08:06:21 UTC 2020


commit 4e4bba441d7f98825a88b416dd63ccba83ee7f0f
Author: Pavel Sanda <sanda at lyx.org>
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


More information about the lyx-cvs mailing list