Hello all,
I've got a problem with the following Boost regular expression,
boost::regex e("=");
if(regex_search("=", e)) cout << "yeah";
Can anybody please tell me why I don't get a "yeah"? This is Boost 1.37 with Visual Studio 2008. Thank you very much in advance!