23 Aug
2007
23 Aug
'07
11:48 a.m.
Hello,
I encountered the following inconsistency constructing a boost::function
object from a pointer to a template function.
template <typename T> void foo(T) {}
int main(int argc, char **argv) {
boost::function