Implemented global cross-reference generation
[senf.git] / Packets / ParseVec.ct
index 51ad0be..b8368ab 100644 (file)
@@ -61,8 +61,9 @@ senf::Parse_Vector_wrapper<Parser,SizeParser,Container>::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) {