X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FParseListS.ct;h=53e3d8a974f2eda560047b049b08ddaac7b0975a;hb=032707d24b1059febe83ce56b11fd79df106c6e2;hp=297f2c4a02c1b32e3590968cae9bdcd2eb942b2a;hpb=ac6a813d9d99f7add4e13aff7a4bcd314d5604a6;p=senf.git diff --git a/Packets/ParseListS.ct b/Packets/ParseListS.ct index 297f2c4..53e3d8a 100644 --- a/Packets/ParseListS.ct +++ b/Packets/ParseListS.ct @@ -82,7 +82,7 @@ prefix_ void senf::Parse_ListS_wrapper::insert(iterator pos, Value const & t) { - // FIXME: What, if pos == end() / default constructed iterator ? + /** \fixme What, if pos == end() / default constructed iterator ? */ size_type ix (pos.raw()-container_.begin()); container_.insert(pos.raw(),t.bytes(),0); Parser(container_.begin()+ix).value(t);