]> git.lyx.org Git - features.git/commitdiff
* src/frontends/controllers/frontend_helpers.cpp:
authorJürgen Spitzmüller <spitz@lyx.org>
Thu, 12 Jul 2007 16:22:24 +0000 (16:22 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Thu, 12 Jul 2007 16:22:24 +0000 (16:22 +0000)
- backout revision 18988

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19061 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/controllers/frontend_helpers.cpp

index fcf831c00586ac10c3b6c3a1b24bc47e1140bbb1..6af557035f8dfdfe2bc7bb7bc84a80b446fcb651 100644 (file)
@@ -1108,12 +1108,14 @@ class Sorter
                                      LanguagePair, bool>
 {
 public:
-#if defined(__GNUC__) && (!defined(USE_WCHAR_T) || __GNUC__ < 4)
+#if 1//defined(__GNUC__) && (!defined(USE_WCHAR_T) || __GNUC__ < 4)
        bool operator()(LanguagePair const & lhs,
                        LanguagePair const & rhs) const {
                return lhs.first < rhs.first;
        }
 #else
+// this is supposed to fix bug 2738, but it is not stable yet
+// see http://bugzilla.lyx.org/show_bug.cgi?id=2738
        Sorter() : loc_("") {};
        bool operator()(LanguagePair const & lhs,
                        LanguagePair const & rhs) const {