
21 Mar
2008
21 Mar
'08
4:19 p.m.
Can someone please tell me how to use boost::algorithm::is_alnum(). I first thought I could do std::string test boost::algorithm::is_alnum(test) but obviously the function doesn't take a string as a parameter. I've been searching for an example in the doc and on the web, but niet. an example would be greatly appreciated. Elisabeth