View | Details | Raw Unified | Return to bug 46408
Collapse All | Expand All

(-)mutella.new/files/patch-mutella::mutella.h (+22 lines)
Line 0 Link Here
1
--- mutella/mutella.h.orig      Sat Dec 21 04:06:30 2002
2
+++ mutella/mutella.h   Sat Dec 21 04:09:31 2002
3
@@ -70,6 +70,7 @@
4
 // declare namespaces
5
 using std::min;
6
 using std::max;
7
+using std::find;
8
 using std::swap;
9
 //using std::queue;
10
 //using std::deque;
11
@@ -80,7 +81,11 @@
12
 #ifdef NAVE_NO_SLIST
13
 #  define slist list
14
 #else
15
+#ifdef HAVE_EXT_SLIST
16
+  using __gnu_cxx::slist;
17
+#else
18
   using std::slist;
19
+#endif
20
 #endif
21
22
 #endif /*__cplusplus*/

Return to bug 46408