Daniel James | 15 Aug 2012 21:34
Picon

[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

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Eric Niebler | 16 Aug 2012 00:44
Picon
Favicon
Gravatar

Re: [1.51][hash] Permission to merge.

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

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Lars Viklund | 16 Aug 2012 01:20
Picon
Picon
Picon
Favicon
Gravatar

Re: [1.51][hash] Permission to merge.

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 <at> acc.umu.se

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Daniel James | 16 Aug 2012 01:37
Picon

Re: [1.51][hash] Permission to merge.

On 16 Aug 2012 00:21, "Lars Viklund" <zao <at> 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.

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost


Gmane