|
Boost Testing : |
Subject: Re: [Boost-testing] [EXTERNAL] develop regression shunted with process_jam_log build failure
From: Belcourt, Kenneth (kbelco_at_[hidden])
Date: 2014-02-04 00:52:13
On Feb 3, 2014, at 12:58 PM, Jim Bell wrote:
> process_jam_log build fails on the develop side (which shunts the regression), with:
>
> ../../../boost/smart_ptr/detail/array_deleter.hpp: In member function void boost::detail::array_deleter<T>::init(boost::detail::array_deleter<T>::type*):
> ../../../boost/smart_ptr/detail/array_deleter.hpp:60:36: error: count was not declared in this scope
> array_init(memory, count);
>
> Any objection to using the process_jam_log built on the master side?
Strange, is code the above in the develop branch, I can't find it? Maybe it's out of date, here's what I've got for array_deleter.hpp.
commit 63a05a3576e55d046a28ccfe1b4e0949cdb0f3dc
Author: Glen Fernandes <glenfe_at_[hidden]>
Date: Sun Feb 2 22:00:08 2014 -0800
-- Noel