X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FParseVec.ct;h=7834140ae4b72a513b497578eac1e75dcf92e828;hb=31d85cd6b8e03c5ecc924ca8892906be1bab702f;hp=4f20faddd7d049a0c78c8bd17944634fbcf2c728;hpb=85ab07d100a382467a42e19d741d403a7a96c951;p=senf.git diff --git a/Packets/ParseVec.ct b/Packets/ParseVec.ct index 4f20fad..7834140 100644 --- a/Packets/ParseVec.ct +++ b/Packets/ParseVec.ct @@ -61,7 +61,7 @@ senf::Parse_Vector_wrapper::insert(iterator pos, InputIterator f, InputIterator l) { - /** \fixme This might be horribly inefficient ... we need to + /** \todo This might be horribly inefficient ... we need to specialize for random_access and forward iterators, where we can count the distance */ @@ -82,4 +82,5 @@ senf::Parse_Vector_wrapper::insert(iterator pos, // c-file-style: "senf" // indent-tabs-mode: nil // ispell-local-dictionary: "american" +// compile-command: "scons -u test" // End: