X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPackets%2FListNParser.cti;fp=senf%2FPackets%2FListNParser.cti;h=c10b375e792b66202fb34a1f71b3449bc6ce17bf;hb=39597146fe0bb2cb6122439fc0c2b93abc095c02;hp=ca46454bb5ea89b9a52ba593f73b2f68d0006195;hpb=5eb164a04d7f2d550a7b585f3bd8e253755dd26f;p=senf.git diff --git a/senf/Packets/ListNParser.cti b/senf/Packets/ListNParser.cti index ca46454..c10b375 100644 --- a/senf/Packets/ListNParser.cti +++ b/senf/Packets/ListNParser.cti @@ -68,6 +68,18 @@ prefix_ void senf::detail::ListNParser_Policy::init(dat template prefix_ void +senf::detail::ListNParser_Policy::construct(container_type & c) + const +{} + +template +prefix_ void +senf::detail::ListNParser_Policy::destruct(container_type & c) + const +{} + +template +prefix_ void senf::detail::ListNParser_Policy::erase(container_type & c, data_iterator p) const