This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/49925] [C++0x] ADL bug mixing boost::shared_ptr and std::make_shared<>
- From: "paolo at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 31 Jul 2011 20:28:58 +0000
- Subject: [Bug libstdc++/49925] [C++0x] 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
--- Comment #2 from paolo at gcc dot gnu.org <paolo at gcc dot gnu.org> 2011-07-31 20:28:53 UTC ---
Author: paolo
Date: Sun Jul 31 20:28:45 2011
New Revision: 176985
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176985
Log:
2011-07-31 Paolo Carlini <paolo.carlini@oracle.com>
PR libstdc++/49925
* include/bits/shared_ptr.h (make_shared): Qualify allocate_shared
with std::.
* include/bits/shared_ptr_base.h (__make_shared): Likewise.
Modified:
trunk/libstdc++-v3/ChangeLog
trunk/libstdc++-v3/include/bits/shared_ptr.h
trunk/libstdc++-v3/include/bits/shared_ptr_base.h