X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FLLAddressing.hh;h=41823051e2d889bc9a41b921133826686ab1bacf;hb=afa15c46e79de0f407d41fda78b6e8d08700caa8;hp=5bc6a4f1ae5fb8becf1a7e441fd317a03659fb56;hpb=31d85cd6b8e03c5ecc924ca8892906be1bab702f;p=senf.git diff --git a/Socket/LLAddressing.hh b/Socket/LLAddressing.hh index 5bc6a4f..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(); @@ -193,4 +198,5 @@ namespace senf { // indent-tabs-mode: nil // ispell-local-dictionary: "american" // compile-command: "scons -u test" +// comment-column: 40 // End: