Browse Source

remove warning. :-D

master
roker 4 years ago
parent
commit
fea6876528
  1. 3
      src/bloblist.cc
  2. 1
      src/bloblist.hh
  3. 1
      src/wrapper.hh

3
src/bloblist.cc

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

1
src/bloblist.hh

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

1
src/wrapper.hh

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