Socket: Add fixme comment to ClientSocketHandle
g0dil [Mon, 2 Jul 2007 15:45:29 +0000 (15:45 +0000)]
git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@280 270642c3-0616-0410-b53a-bc976706d245

Socket/ClientSocketHandle.hh

index 38e7ea0..fb57812 100644 (file)
@@ -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 Policy>
     class ClientSocketHandle