[1.51][hash] Permission to merge.

Hello release managers, Please can I merge changeset 80038: https://svn.boost.org/trac/boost/changeset/80038/ The tests have cycled for most major compilers and libraries. I think the only missing one is Visual Age C++ which isn't affected since it doesn't have support for C++11 headers. This fixes a bug when compiled with Intel on windows. thanks, Daniel

On 8/15/2012 12:34 PM, Daniel James wrote:
Hello release managers,
Please can I merge changeset 80038:
https://svn.boost.org/trac/boost/changeset/80038/
The tests have cycled for most major compilers and libraries. I think the only missing one is Visual Age C++ which isn't affected since it doesn't have support for C++11 headers. This fixes a bug when compiled with Intel on windows.
... and it looks like a pretty safe change. Go ahead. -- Eric Niebler BoostPro Computing http://www.boostpro.com

On Wed, Aug 15, 2012 at 08:34:08PM +0100, Daniel James wrote:
Hello release managers,
Please can I merge changeset 80038:
https://svn.boost.org/trac/boost/changeset/80038/
The tests have cycled for most major compilers and libraries. I think the only missing one is Visual Age C++ which isn't affected since it doesn't have support for C++11 headers. This fixes a bug when compiled with Intel on windows.
FWIW, VisualAge 12.1 has the TR1 templates array, shared_ptr and tuple in the plain <array>, <memory> and <tuple> headers, accessible if __IBMCPP_TR1__ is defined. -- Lars Viklund | zao@acc.umu.se

On 16 Aug 2012 00:21, "Lars Viklund" <zao@acc.umu.se> wrote:
On Wed, Aug 15, 2012 at 08:34:08PM +0100, Daniel James wrote:
I think the only missing one is Visual Age C++ which isn't affected since it doesn't have support for C++11 headers. This fixes a bug when compiled with Intel on windows.
FWIW, VisualAge 12.1 has the TR1 templates array, shared_ptr and tuple in the plain <array>, <memory> and <tuple> headers, accessible if __IBMCPP_TR1__ is defined.
Thanks, but I'm not going to support the TR1 versions in hash. There doesn't seem to be any demand.
participants (3)
-
Daniel James
-
Eric Niebler
-
Lars Viklund