Hello,
I'm trying to use boost::xpressive on Windows Store and I ran into the following problem:
Because _WIN32 is defined BOOST_XPRESSIVE_HAS_MS_STACK_GUARD gets defined and that causes the use of _resetstkoflw() that is not defined for windows sore (
http://msdn.microsoft.com/library/windows/apps/jj606124.aspx ) and so I cannot compile the code that uses boost::xpressive.