Hi,
 
I'm new with Boost libraries. I was able to run the Boost:: regex in VS2005. However, when I converted the same project into VS2008. It always prompt with "Iterator List Corrupted" error at Xutility.cpp, when it reach the declaration of Boost::regex, for elg boost::regex Str(CONST_STR). It is calling the function/declaration from a c++ API dll.
 
Does anyone meet this kind of problem? Is it the settings of the VS2008 incorrect?
 
Thank you.