Ticket #7606: regex.cpp

File regex.cpp, 142 bytes (added by a.sanders@…, 10 years ago)
Line 
1# include <boost/regex/icu.hpp>
2
3int main (int, char**)
4{
5 const boost::u32regex re = boost::make_u32regex ("[pq][.][.][xy]");
6 return 0;
7}