X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2Fmembind.hh;h=62f68c1377d629433e9135fabd271645cd88ce5e;hb=9a988902090d28007578e93bffd809f6bd913155;hp=fdb56f4f2a80ca5cc2b47a3626b70403a7fdf433;hpb=85ab07d100a382467a42e19d741d403a7a96c951;p=senf.git diff --git a/Utils/membind.hh b/Utils/membind.hh index fdb56f4..62f68c1 100644 --- a/Utils/membind.hh +++ b/Utils/membind.hh @@ -41,7 +41,7 @@ \idea Make the \a ob argument type an additional P template parameter (using call_traits for the exact arg type? Probably we'll get deduction problems then) . The only operation this - object musst suppoprt is ob->*fn. This would allow the use of + object must support is ob->*fn. This would allow the use of smart pointers. We should keep the T & version to still support ob.*fn use. */