SOURCES: gsmlib-qual.patch (NEW) - fix compilation error: explicit...

wrobell wrobell at pld-linux.org
Tue Sep 13 10:16:41 CEST 2005


Author: wrobell                      Date: Tue Sep 13 08:16:41 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix compilation error: explicit qualification in declaration of...

---- Files affected:
SOURCES:
   gsmlib-qual.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/gsmlib-qual.patch
diff -u /dev/null SOURCES/gsmlib-qual.patch:1.1
--- /dev/null	Tue Sep 13 10:16:41 2005
+++ SOURCES/gsmlib-qual.patch	Tue Sep 13 10:16:36 2005
@@ -0,0 +1,20 @@
+--- gsmlib-1.10/gsmlib/gsm_map_key.h.orig.1	2005-09-12 13:33:35.000000000 +0100
++++ gsmlib-1.10/gsmlib/gsm_map_key.h	2005-09-12 13:33:55.000000000 +0100
+@@ -75,7 +75,7 @@
+   // MapKey members
+   
+   template <class SortedStore>
+-    bool gsmlib::operator<(const MapKey<SortedStore> &x,
++    bool operator<(const MapKey<SortedStore> &x,
+                            const MapKey<SortedStore> &y)
+     {
+       assert(&x._myStore == &y._myStore);
+@@ -100,7 +100,7 @@
+     }
+ 
+   template <class SortedStore>
+-    bool gsmlib::operator==(const MapKey<SortedStore> &x,
++    bool operator==(const MapKey<SortedStore> &x,
+                             const MapKey<SortedStore> &y)
+     {
+       assert(&x._myStore == &y._myStore);
================================================================



More information about the pld-cvs-commit mailing list