]> git.pld-linux.org Git - packages/STLport.git/commitdiff
- new auto/th/STLport-5_1_4-2 auto/ti/STLport-5_1_4-2
authorAdam Gołębiowski <adamg@pld-linux.org>
Mon, 5 Nov 2007 09:18:50 +0000 (09:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    STLport-valarray-copy-constructor.patch -> 1.1

STLport-valarray-copy-constructor.patch [new file with mode: 0644]

diff --git a/STLport-valarray-copy-constructor.patch b/STLport-valarray-copy-constructor.patch
new file mode 100644 (file)
index 0000000..9cc6cd5
--- /dev/null
@@ -0,0 +1,22 @@
+Make copy constructor public.
+
+based on: http://forums.gentoo.org/viewtopic-p-4120030.html#4120030
+
+--- STLport-5.1.4/stlport/stl/_valarray.h~     2006-04-05 22:34:29.000000000 +0200
++++ STLport-5.1.4/stlport/stl/_valarray.h      2007-11-05 10:11:13.528187997 +0100
+@@ -1193,6 +1193,7 @@
+   }
+   ~slice_array() {}
++  slice_array(const slice_array&);
+ private:
+   slice_array(const slice& __slice, valarray<_Tp>& __array)
+@@ -1204,7 +1205,6 @@
+ private:                        // Disable assignment and default constructor
+   slice_array();
+-  slice_array(const slice_array&);
+   slice_array& operator=(const slice_array&);
+ };
This page took 0.050676 seconds and 4 git commands to generate.