
14 Jul
2009
14 Jul
'09
9:09 a.m.
I just like to know, if you can use a std::vector<boost::uint32_t> as a source to match regular expressions against it.
Yes but... not right out of the box, you would need to provide a traits class so that regex_traits<uint32_t> knows how to interpret unint32_t's as characters. What precisely did you want to do? HTH, John.