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 #12 from jwakely dot gcc at gmail dot com  2008-09-03 23:43 -------
Created an attachment (id=16216)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16216&action=view)
updated patch

this replaces tr1_impl/boost_shared_ptr.h with separate files in tr1/ and bits/
as well as implementing all the rvalue-reference and unique_ptr bits from n2723

The section numbers in bits/boost_shared_ptr.h refer to TR1 not the WP, and
some of the shared_ptr tests still refer to the old 20.6.6.* numbers for
shared_ptr. I'll update these another time so it's easier to diff the new file
with the old tr1_impl one, and because the numbers might change again before
the standard is finished.


-- 

jwakely dot gcc at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #15979|0                           |1
        is obsolete|                            |


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]