X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FClientSocketHandle.hh;h=f4e1c32b6d3ceeae7c551468b9927a285f12d8bf;hb=31d85cd6b8e03c5ecc924ca8892906be1bab702f;hp=38e7ea0388adf701bbacd3bad337baf3b180994f;hpb=8421c3a8da7485cb8781045494ecaab3ed84f403;p=senf.git diff --git a/Socket/ClientSocketHandle.hh b/Socket/ClientSocketHandle.hh index 38e7ea0..f4e1c32 100644 --- a/Socket/ClientSocketHandle.hh +++ b/Socket/ClientSocketHandle.hh @@ -81,6 +81,10 @@ namespace senf { \see \ref policy_group \n \ref protocol_group + + \fixme Add enable_if conditions so anything convertible to unsigned will not be interpreted + as a Range template argument but will use the unsigned variant of + read/readfrom/write/writeto. */ template class ClientSocketHandle @@ -446,4 +450,5 @@ namespace senf { // c-file-style: "senf" // indent-tabs-mode: nil // ispell-local-dictionary: "american" +// compile-command: "scons -u test" // End: