Having trouble creating working FindFiles callback function, need help!
Here is what I am trying, if anyone can tell me what I am doing wrong it would be
appreciated.
bool MyFalse(const char*)
{
return false;
}
int myfunction()
{
,,,,,,
RegEx expresion;
.....
exprestion.FindFile(MyFalse, string);
}
I get error:
no matching function for call to 'boost::RegEx::FindFiles(bool (&) (const char*),
std::string&)'
Kevin J. Forker
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost