23 May
2007
23 May
'07
2:30 p.m.
Hi,
Given: foo(const std::vector<double> &)
Is there anything special I need to do to expose foo above? I have:
..MODULE(test)
{
def("foo",foo);
}
I've also tried:
...MODULE(test)
{
class_