Boost logo

Boost-Build :

Subject: [Boost-build] Using boost::xpressing on Windows Store
From: Paula Stanciu (paula.stanciu_at_[hidden])
Date: 2014-09-26 11:03:00


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.

I think BOOST_XPRESSIVE_HAS_MS_STACK_GUARD should not be defined for
Windows store since it does not support _resetstkoflw() ? Any idea how I
can solve this issue? Would it be the right thing to undefine this for
Windows Store ?

Thanks,
Paula



Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk