X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FParseListS.ct;h=ba893600ba50016bac8f3f51506169840efb7300;hb=9e333f86141055c5248a46028a571c932648696a;hp=56388a8720334b3c1c0d2e0e43e5d5968103999b;hpb=85ab07d100a382467a42e19d741d403a7a96c951;p=senf.git diff --git a/Packets/ParseListS.ct b/Packets/ParseListS.ct index 56388a8..ba89360 100644 --- a/Packets/ParseListS.ct +++ b/Packets/ParseListS.ct @@ -108,6 +108,7 @@ senf::Parse_ListS_wrapper::insert(iterator pos, InputIterator f, InputIterator l) { + /** \todo Optimize this for random-access and multi-pass iterators */ for (;f!=l;++f,++pos) insert(pos,*f); }