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:36:30 +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 #1 from comaddcor at gmx dot net 2011-03-19 18:36:25 UTC ---
Created attachment 23726
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23726
Sample program to demonstrate the issue.