--- Comment #4 from redi at gcc dot gnu dot org 2009-11-20 21:26 ---
Fixed for 4.5.0
--
redi at gcc dot gnu dot org changed:
What|Removed |Added
Status|ASSIGN
--- Comment #3 from redi at gcc dot gnu dot org 2009-11-20 21:23 ---
Subject: Bug 42019
Author: redi
Date: Fri Nov 20 21:23:02 2009
New Revision: 154377
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=154377
Log:
2009-11-20 Jonathan Wakely
PR libstdc++/42019
*
--- Comment #2 from redi at gcc dot gnu dot org 2009-11-18 01:30 ---
Created an attachment (id=19031)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19031&action=view)
proposed patch
I'm testing this, with and without -fno-rtti
Without rtti 20_util/shared_ptr/cons/unique_ptr_delet
--- Comment #1 from redi at gcc dot gnu dot org 2009-11-12 17:03 ---
Seems like a reasonable request, it will disable at least the get_deleter()
functionality. I'll work on this when I update shared_ptr to match the latest
WP
--
redi at gcc dot gnu dot org changed:
What