Re: [Boost-bugs] [Boost C++ Libraries] #8823: Issue with smart_ptr on AIX 5.2

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #8823: Issue with smart_ptr on AIX 5.2
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-10-27 16:52:30


#8823: Issue with smart_ptr on AIX 5.2
------------------------------------------------+------------------------
  Reporter: Gert Grossmann <gert.grossmann@…> | Owner: pdimov
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: smart_ptr
   Version: Boost 1.54.0 | Severity: Regression
Resolution: | Keywords:
------------------------------------------------+------------------------

Comment (by pdimov):

 Hubert Tong from IBM Canada reports that:

> Using the following test case as a reference:
 {{{
 template< class T > struct sp_dereference;
 template< class T > struct sp_dereference< T[] > { typedef void type; };
 template< class T, unsigned long N > struct sp_dereference< T[N] > {
 typedef void type; };

 int main() {
    (sp_dereference<int []>::type)0;
    (sp_dereference<int [42]>::type)0;
 }
 }}}
>
> The issue described cannot be reproduced with the following versions of
 XL
> C/C++ for AIX:
>
> 9.0.0.8 \\
> 10.1.0.2 \\
> 11.1.0.0 \\
> 12.1.0.0 \\
>
> Note that for v9.0 and v10.1, the issue is reproducible on older levels
 of
> the release.

 Seems that we don't need to do anything for this ticket.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/8823#comment:5>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:14 UTC