mirror of https://github.com/aria2/aria2
2009-02-12 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Removed template<typename S> array_ptr(const array_ptr<S>& s) * src/array_fun.hpull/1/head
parent
b8b6b5c568
commit
b521bd5752
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue