X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FPacketParser.ih;h=4596ea8e35c106f963fcb5ae37c9aea924bef767;hb=1ff250cd4570aadd9016dad01660d37d1c120590;hp=450bc031c8a60a3a45b3198257b6dc39088cf1e5;hpb=a1a6c76a214ad1935032826713cabaf9ac57bf07;p=senf.git diff --git a/Packets/PacketParser.ih b/Packets/PacketParser.ih index 450bc03..4596ea8 100644 --- a/Packets/PacketParser.ih +++ b/Packets/PacketParser.ih @@ -84,6 +84,18 @@ namespace detail { struct ParserInitBytes : public ParserInitBytes_Choose(0))> {}; + template + struct ParserIsFixed_Choose + : public boost::false_type {}; + + template + struct ParserIsFixed_Choose + : public boost::true_type {}; + + template + struct ParserIsFixed + : public ParserIsFixed_Choose(0))> {}; + # endif }}