X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FParseVec.ct;h=9aabd74ac34726ef3014b564a0ee430d4bab4668;hb=145f6a7d0f3a6aaa77b3625351c952d24cb0b8a1;hp=4f20faddd7d049a0c78c8bd17944634fbcf2c728;hpb=85ab07d100a382467a42e19d741d403a7a96c951;p=senf.git diff --git a/Packets/ParseVec.ct b/Packets/ParseVec.ct index 4f20fad..9aabd74 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,6 @@ senf::Parse_Vector_wrapper::insert(iterator pos, // c-file-style: "senf" // indent-tabs-mode: nil // ispell-local-dictionary: "american" +// compile-command: "scons -u test" +// comment-column: 40 // End: