]> git.lyx.org Git - features.git/blobdiff - src/support/unicode.h
Remove support for gcc 4.6
[features.git] / src / support / unicode.h
index 17b95dd29079c7ad69ac7efa110647dd0cdd17a1..6373e470ba0e446a192f08ea18f07f241b582437 100644 (file)
@@ -62,8 +62,8 @@ public:
                char * out_buffer, size_t max_out_size);
        /// target encoding
        std::string to() const { return tocode_; }
-       // required by g++ 4.6
-       IconvProcessor(IconvProcessor && other);
+       // required by g++ 4.7
+       IconvProcessor(IconvProcessor &&) = default;
 };
 
 /// Get the global IconvProcessor instance of the current thread for