From fea6876528441c2a559ad49afefa91c295320bbc Mon Sep 17 00:00:00 2001 From: roker Date: Tue, 29 Jun 2021 16:47:42 +0200 Subject: [PATCH] remove warning. :-D --- src/bloblist.cc | 3 ++- src/bloblist.hh | 1 - src/wrapper.hh | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/bloblist.cc b/src/bloblist.cc index 153e1a8..6cc9ccb 100644 --- a/src/bloblist.cc +++ b/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 diff --git a/src/bloblist.hh b/src/bloblist.hh index 2b04fda..857ec9e 100644 --- a/src/bloblist.hh +++ b/src/bloblist.hh @@ -19,7 +19,6 @@ public: typedef Wrapper Base; typedef ListWrapper LW; - // does not own the *value class iterator { diff --git a/src/wrapper.hh b/src/wrapper.hh index 4344329..d22d37b 100644 --- a/src/wrapper.hh +++ b/src/wrapper.hh @@ -123,7 +123,6 @@ template class ListWrapper : public Wrapper { public: - struct Trait; typedef Wrapper Base; typedef ListWrapper LW;