Re: [Boost-bugs] [Boost C++ Libraries] #5538: boost.mpi miscompiles with gcc4.6 and option -std=c++0x

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #5538: boost.mpi miscompiles with gcc4.6 and option -std=c++0x
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-10-17 13:29:37


#5538: boost.mpi miscompiles with gcc4.6 and option -std=c++0x
---------------------------------------------------+------------------------
  Reporter: christophe.prudhomme@… | Owner: dgregor
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: mpi
   Version: Boost 1.46.1 | Severity: Regression
Resolution: | Keywords: mpi stdc=c++0x
---------------------------------------------------+------------------------

Comment (by petar.marendic@…):

 My fix for this was to define a corresponding member function of the class
 '''allocator''' in ''boost/mpi/allocator.h'':

  /* Default construct a value of type T at the location referenced by p.
 */
   void construct(pointer p)
   {
       new ((void *)p) T();
   }

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/5538#comment:2>
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:07 UTC