X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FLLAddressing.hh;h=41823051e2d889bc9a41b921133826686ab1bacf;hb=afa15c46e79de0f407d41fda78b6e8d08700caa8;hp=779312316a757c3a97873ba99551da8b2abe140a;hpb=145f6a7d0f3a6aaa77b3625351c952d24cb0b8a1;p=senf.git diff --git a/Socket/LLAddressing.hh b/Socket/LLAddressing.hh index 7793123..4182305 100644 --- a/Socket/LLAddressing.hh +++ b/Socket/LLAddressing.hh @@ -96,9 +96,14 @@ namespace senf { // This is for sending packets .. // We must use enable_if here, so this constructor will not hide // above constructor if passed a plain int or short argument +# ifndef DOXYGEN template explicit LLSocketAddress(ForwardRange const & address, std::string interface="", typename boost::enable_if_c::value >::type * = 0); +# else + template + explicit LLSocketAddress(ForwardRange const & address, std::string interface=""); +# endif void clear();