X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FParseVec.ct;h=b8368abfc5305941487a40da71c0eee588a61ca7;hb=032707d24b1059febe83ce56b11fd79df106c6e2;hp=51ad0be28e767b745c731858cf1c374457d5ed57;hpb=ac6a813d9d99f7add4e13aff7a4bcd314d5604a6;p=senf.git diff --git a/Packets/ParseVec.ct b/Packets/ParseVec.ct index 51ad0be..b8368ab 100644 --- a/Packets/ParseVec.ct +++ b/Packets/ParseVec.ct @@ -61,8 +61,9 @@ senf::Parse_Vector_wrapper::insert(iterator pos, InputIterator f, InputIterator l) { - // FIXME: This is HORRIBLY inefficient ... we need to specialize - // for random_aPacketRegistry.ess and forward iterators, where we can count the distance + /** \fixme This might be horribly inefficient ... we need to + specialize for random_access and forward iterators, where we + can count the distance */ size_type ix(pos.raw()-container_.begin()); for (;f!=l;++f) {