This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/48206] Issue with using std::shared_ptr with custom equality operator and STL (gnu++0x)
- From: "comaddcor at gmx dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 19 Mar 2011 18:37:25 +0000
- Subject: [Bug c++/48206] Issue with using std::shared_ptr with custom equality operator and STL (gnu++0x)
- Auto-submitted: auto-generated
- References: <bug-48206-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48206
--- Comment #2 from comaddcor at gmx dot net 2011-03-19 18:37:19 UTC ---
Comment on attachment 23726
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23726
Sample program to demonstrate the issue.
I had to zip the source code since it would not have been accepted o/wise.