I am compiling a VC++ source file in VS2008 licenced edition.
Using the following header files:
#include <regex>
But I am getting the below error while compiling.
fatal error C1083: Cannot open include file: 'regex': No such file or directory
Please advise what Iam missing here.. :(