#include #include #include \"TextProcessing.h\" const std::string URL_PATTERN(\"((http://)[-a-zA-Z0-9@:%_\\\\+.~#?&//=]+)\");
Your standard C++ library does not have complete c++0x (now c++1x?) support. Try using Boost's code. See also this answer.