X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPackets%2FPacketParser.ih;h=c55be7ea95b14a68a7f001e1f3a18ddd988b8a88;hb=78a6e233083efa63a9cd0684a92abc64202a9ee7;hp=2eb95afff438a7131a191f198afde28d723b1964;hpb=9cb871b939efe93e35dd96808d25089399acfc46;p=senf.git diff --git a/senf/Packets/PacketParser.ih b/senf/Packets/PacketParser.ih index 2eb95af..c55be7e 100644 --- a/senf/Packets/PacketParser.ih +++ b/senf/Packets/PacketParser.ih @@ -38,12 +38,12 @@ namespace detail { # ifndef DOXYGEN - // Use SFINAE to check, if Parser has an integer-valued fixed_bytes member. If not, - // 'Parser_TakeNum' fails and the overload is removed from the overload + // Use SFINAE to check, if Parser has an integer-valued init_bytes member. If not, + // 'Parser_TakeNum' fails and the overload is removed from the overload // set. template PacketParserBase::size_type packetParserSize( - Parser p, int, senf::mpl::take_uint * = 0); + Parser p, int, senf::mpl::take_uint * = 0); // An ellipsis is always the worst match. A call 'packetParserSize(p,0) will prefer above // overload if that is not disabled by SFINAE.