X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2Fmembind.hh;h=62f68c1377d629433e9135fabd271645cd88ce5e;hb=98f3f38c5872d26fcf544a9d28efe0518e3895e2;hp=fdb56f4f2a80ca5cc2b47a3626b70403a7fdf433;hpb=25d1f561a4f5096d026934b7286dd6efa5377402;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. */