Removed template<typename S> array_ptr(const array_ptr<S>& s) * src/array_fun.h
@@ -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>
Added array_wrapper template.
@@ -223,9 +223,6 @@ private:
// Copies are not allowed. Let's make them private.
array_ptr(const array_ptr& s);
- template<typename S>
- array_ptr(const array_ptr<S>& s);
-
array_ptr& operator=(const array_ptr& s);
template<typename S>