X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FFormat.hh;h=7c6e42482e5e43dae9691639c28a4f4d2276332b;hb=6c0332484574ed1cb571bbc0dc9f0a37d6653282;hp=7e0b36487e30fe78796303d27871ce59d58c7af4;hpb=c9d8ba8de7801af854581eb9e175d7b4f19ece3d;p=senf.git diff --git a/senf/Utils/Format.hh b/senf/Utils/Format.hh index 7e0b364..7c6e424 100644 --- a/senf/Utils/Format.hh +++ b/senf/Utils/Format.hh @@ -193,6 +193,14 @@ namespace format { template std::string dumpint(T const & v, typename boost::enable_if >::type * = 0); + + template + std::string dumpint(T const & v, + typename boost::enable_if >::type * = 0); + + template + std::string dumpint(T const & v, + typename boost::enable_if >::type * = 0); #endif