
6 May
2010
6 May
'10
6:32 p.m.
On 05/06/10 12:47, Andy Venikov wrote: [snip]
Sorry, forgot the implementation of function template test:
template <typename Func, typename ... Prms> inline bool test(Func && func, Prms && ... prms) { return can_be_called<Func, Prms...>::value; }
Andy, I just did svn update for trunk, and then grep'ed for can_be_called; however, nothing turned up. Also: http://www.boost.org/doc/libs/1_42_0/doc/html/proto/reference.html#proto.ref... doesn't have it. Where is this can_be_called template? -regards, Larry