X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPackets%2FListNParser.ct;h=98caa27ccf60cd1d0b8a15bfe77f48a06cc62217;hb=57daeae6f2e924ce3f16f9677c3474f531cba9e5;hp=0ccd811b2b11a7d275012aeb940b67fd80476404;hpb=26610f603ebdd465307b9621f532c1fe19fd5571;p=senf.git diff --git a/senf/Packets/ListNParser.ct b/senf/Packets/ListNParser.ct index 0ccd811..98caa27 100644 --- a/senf/Packets/ListNParser.ct +++ b/senf/Packets/ListNParser.ct @@ -29,7 +29,7 @@ #include #define prefix_ -///////////////////////////////ct.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// template prefix_ void @@ -47,7 +47,7 @@ senf::detail::ListNParser_Policy::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 @@ -65,7 +65,7 @@ senf::detail::ListNParser_Policy::raw(container_type co return j; } -///////////////////////////////ct.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #undef prefix_