This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/49925] ADL bug mixing boost::shared_ptr and std::make_shared<>
- From: "paolo.carlini at oracle dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 31 Jul 2011 20:16:05 +0000
- Subject: [Bug libstdc++/49925] ADL bug mixing boost::shared_ptr and std::make_shared<>
- Auto-submitted: auto-generated
- References: <bug-49925-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49925
Paolo Carlini <paolo.carlini at oracle dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2011.07.31 20:15:47
AssignedTo|unassigned at gcc dot |paolo.carlini at oracle dot
|gnu.org |com
Target Milestone|--- |4.6.2
Ever Confirmed|0 |1
--- Comment #1 from Paolo Carlini <paolo.carlini at oracle dot com> 2011-07-31 20:15:47 UTC ---
I'm going to fix this momentarily by explicitly qualifying with std:: the call,
according to our normal policy.