remove warning. :-D

master
roker 2 years ago
parent d36141f3b1
commit fea6876528

@ -39,6 +39,7 @@ namespace pEp
////////////////
template class ListWrapper<::bloblist_t*, ::bloblist_t*>;
// no explicit instantiation noecessary, because of fully specialized class template. Okay. :-D
// template class ListWrapper<::bloblist_t*, void>;
} // end of namespace pEp

@ -19,7 +19,6 @@ public:
typedef Wrapper<Blob*> Base;
typedef ListWrapper<Blob*, void> LW;
// does not own the *value
class iterator
{

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

Loading…
Cancel
Save