Mass rebuild status with gcc-4.3.0-0.4 of rawhide-20071220

Jakub Jelinek jakub at redhat.com
Thu Jan 3 12:37:25 UTC 2008


On Thu, Jan 03, 2008 at 07:02:42AM -0500, Jakub Jelinek wrote:
> 3 http://sunsite.mff.cuni.cz/rawhide20071220-gcc43/auto_ptr/
> 	std::auto_ptr is no longer in <memory>, I belive unique_ptr
> 	should be used instead, or there is <backwards/auto_ptr.h>.
> 	Benjamin can tell more.

Small correction here, std::auto_ptr is still in <memory> in -std=c++98
mode, it has been deprecated just in -std=c++0x mode from what I see.
So the above 3 failures are something else, perhaps some header which
unintentionally included <memory> no longer does or something.

	Jakub




More information about the fedora-devel-list mailing list