X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2Fmembind.hh;h=5cb73d095ad515c437069a0402445e2fdfb07a7b;hb=81ffa1c459b96dd44472bcef37e1e373934ee138;hp=fdb56f4f2a80ca5cc2b47a3626b70403a7fdf433;hpb=85ab07d100a382467a42e19d741d403a7a96c951;p=senf.git diff --git a/Utils/membind.hh b/Utils/membind.hh index fdb56f4..5cb73d0 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. */ @@ -102,4 +102,6 @@ namespace senf { // c-file-style: "senf" // indent-tabs-mode: nil // ispell-local-dictionary: "american" +// compile-command: "scons -u test" +// comment-column: 40 // End: