This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/36962] [C++0x] Add constructors / assignment operators from unique_ptr to shared_ptr



------- Comment #11 from jwakely dot gcc at gmail dot com  2008-09-03 15:08 -------
Yes, the problem is with result_of, not my changes to shared_ptr.  It will work
with unique_ptr<T,D&> if a type D::result_type exists, so I'll submit the new
patch tonight.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36962


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]