Hi,
I'm seeking help for the following problem, using the regex library:
the following line of code is meant to assist in parsing urls:
boost::regex exp("(?is)(https?)://([^:/?#]+):?(\\d{1,5})?/?([^?#]*)?\
\??([^#]+)?#?(\\w*)");
It runs fine in a linux environment, however if compiled with VC9 on
windows, it fails with:
First-chance exception at 0x7c812aeb in test.exe: Microsoft C++
exception:
boost
::exception_detail
::clone_impl