added scheduler watchdog members to sys/scheduler console dir
[senf.git] / senf / Packets / ListNParser.ct
index 0ccd811..98caa27 100644 (file)
@@ -29,7 +29,7 @@
 #include <senf/Utils/senfassert.hh>
 
 #define prefix_
-///////////////////////////////ct.p////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 template <class ElementParser, class AuxPolicy>
 prefix_ void
@@ -47,7 +47,7 @@ senf::detail::ListNParser_Policy<ElementParser,AuxPolicy>::setFromPosition(conta
     for (; d.n_; --d.n_, j += ElementParser(j,c.state()).bytes())
         if (j==p)
             return;
-    SENF_ASSERT( false );
+    SENF_ASSERT( false, "setFromPosition: position does not point to any list element" );
 }
 
 template <class ElementParser, class AuxPolicy>
@@ -65,7 +65,7 @@ senf::detail::ListNParser_Policy<ElementParser,AuxPolicy>::raw(container_type co
     return j;
 }
 
-///////////////////////////////ct.e////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #undef prefix_
 
 \f