11 Jan
2006
11 Jan
'06
2:44 a.m.
David Greene wrote:
Is it possible to bind template functions? If so, what's the syntax? I'm having trouble with this test:
#include
#include #include <vector> #include <cassert>
typedef boost::numeric::interval<int> range;
[...]
// bind(&boost::numeric::in<range>, 5, _1));
Try
bind( boost::numeric::in