On Mon, Nov 17, 2014 at 2:12 PM, Tom Kent <lists@teeks99.com> wrote:
On Sun, Nov 16, 2014 at 7:59 AM, Beman Dawes <bdawes@acm.org> wrote:
The msvc-14.0 toolset seems to be working.  Boost.Config is updated. BOOST_MSVC_ENABLE_2014_JUN_CTP must be defined to get the newly added features.

Do I need to do anything to enable that define? I didn't yet, but I could...I just don't know where I would do that.

From http://www.boost.org/development/running_regression_tests.html, it looks like you need to pass the option:
--bjam-options=define=BOOST_MSVC_ENABLE_2014_JUN_CTP to run.py
But I haven't tried that myself. Perhaps one of the other runners has experience with passing defines through run.py.

HTH,

--Beman