X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FParseVec.ct;h=d76caf3ef71ff3a2c819542bb03620c9a8dd9f2b;hb=81ffa1c459b96dd44472bcef37e1e373934ee138;hp=de1f131c767ed5587b58a759f5dbfd0109a09f75;hpb=f13c1275e48e97dceb7de7925793a4c69a5aeb61;p=senf.git diff --git a/Packets/ParseVec.ct b/Packets/ParseVec.ct index de1f131..d76caf3 100644 --- a/Packets/ParseVec.ct +++ b/Packets/ParseVec.ct @@ -20,7 +20,8 @@ // Free Software Foundation, Inc., // 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -// Definition of non-inline template funPacketRegistry.ons +/** \file + \brief ParseVec non-inline template implementation */ #include "ParseVec.ih" @@ -78,6 +79,7 @@ prefix_ void senf::Parse_Vector_Container::insert(iterator *j << t; } +#ifndef DOXYGEN template template prefix_ void senf::Parse_Vector_Container:: @@ -87,6 +89,13 @@ insert(iterator pos, ForwardIterator f, ForwardIterator l, for (iterator j (shift(pos,std::distance(f,l))); f!=l; ++f,++j) *j << *f; } +#else +template +template +prefix_ void senf::Parse_Vector_Container:: +insert(iterator pos, ForwardIterator f, ForwardIterator l) +{} +#endif template prefix_ void senf::Parse_Vector_Container::resize(size_type n)