|
@ -123,7 +123,6 @@ template<class T, class Element> |
|
|
class ListWrapper<T*, Element> : public Wrapper<T*> |
|
|
class ListWrapper<T*, Element> : public Wrapper<T*> |
|
|
{ |
|
|
{ |
|
|
public: |
|
|
public: |
|
|
struct Trait; |
|
|
|
|
|
typedef Wrapper<T*> Base; |
|
|
typedef Wrapper<T*> Base; |
|
|
typedef ListWrapper<T*, Element> LW; |
|
|
typedef ListWrapper<T*, Element> LW; |
|
|
|
|
|
|
|
|