Selaa lähdekoodia

2009-02-12 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>

	Removed template<typename S> array_ptr(const array_ptr<S>& s)
	* src/array_fun.h
Tatsuhiro Tsujikawa 16 vuotta sitten
vanhempi
commit
b521bd5752
2 muutettua tiedostoa jossa 5 lisäystä ja 3 poistoa
  1. 5 0
      ChangeLog
  2. 0 3
      src/array_fun.h

+ 5 - 0
ChangeLog

@@ -1,3 +1,8 @@
+2009-02-12  Tatsuhiro Tsujikawa  <t-tujikawa@users.sourceforge.net>
+
+	Removed template<typename S> array_ptr(const array_ptr<S>& s)
+	* src/array_fun.h
+
 2009-02-12  Tatsuhiro Tsujikawa  <t-tujikawa@users.sourceforge.net>
 2009-02-12  Tatsuhiro Tsujikawa  <t-tujikawa@users.sourceforge.net>
 
 
 	Added array_wrapper template.
 	Added array_wrapper template.

+ 0 - 3
src/array_fun.h

@@ -223,9 +223,6 @@ private:
   // Copies are not allowed. Let's make them private.
   // Copies are not allowed. Let's make them private.
   array_ptr(const array_ptr& s);
   array_ptr(const array_ptr& s);
 
 
-  template<typename S>
-  array_ptr(const array_ptr<S>& s);
-
   array_ptr& operator=(const array_ptr& s);
   array_ptr& operator=(const array_ptr& s);
 
 
   template<typename S>
   template<typename S>