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
pull/1/head
Tatsuhiro Tsujikawa 2009-02-12 13:45:46 +00:00
parent b8b6b5c568
commit b521bd5752
2 changed files with 5 additions and 3 deletions

View File

@ -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.

View File

@ -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>