[Bug libstdc++/42019] shared_ptr can not be used with -fno-rtti

2009-11-20 Thread redi at gcc dot gnu dot org
--- 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=gccview=revrev=154377 Log: 2009-11-20 Jonathan Wakely jwakely@gmail.com PR

[Bug libstdc++/42019] shared_ptr can not be used with -fno-rtti

2009-11-20 Thread redi at gcc dot gnu dot org
--- 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

[Bug libstdc++/42019] shared_ptr can not be used with -fno-rtti

2009-11-17 Thread redi at gcc dot gnu dot org
--- 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=19031action=view) proposed patch I'm testing this, with and without -fno-rtti Without rtti

[Bug libstdc++/42019] shared_ptr can not be used with -fno-rtti

2009-11-12 Thread redi at gcc dot gnu dot org
--- 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