This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] [4.6] shared_ptr needs explicit copy constructor


On 3 January 2012 16:23, Chase Douglas wrote:
> When compiling with a compiler that is conformant to the c++11 spec for PR
> c++/50500, std::shared_ptr must have an explicitly defined copy constructor.

This has already been fixed in GCC 4.7, see PR 50500

PR 51699 is another example of Clang failing to compile the 4.6
library, where the changes are already in 4.7


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]