X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2Fparameter.hh;h=7ea462c7ba1c51bee502db6eaabe61d782323245;hb=38863ce7cf677eb69a98a3fd96bd44dea3509e9a;hp=478925a24b1c12e5ab70c9294e51f8f626b53435;hpb=8e708e9784c76461252c3bdf646d291c593a49be;p=senf.git diff --git a/Utils/parameter.hh b/Utils/parameter.hh index 478925a..7ea462c 100644 --- a/Utils/parameter.hh +++ b/Utils/parameter.hh @@ -58,7 +58,7 @@ namespace senf { template struct has_parameter : public boost::mpl::not_< - boost::is_same< typename boost::parameter::binding< ArgumentPack, TagType>::type, + boost::is_same< typename boost::parameter::binding< ArgumentPack, TagType, void>::type, void > >::type {};