This is the mail archive of the gcc-patches@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]

[v3] Add unique_ptr(auto_ptr<_Up>&&) + contraints


Hi,

I checked our smart pointers vs US 108 and went add adding the
unique_ptr constructor from auto_ptr which we were missing. I also added
some missing constraining to the member functions of those classes.

Tested x86_64-linux, committed to mainline.

Paolo.

/////////////////////////

Attachment: CL_us108_rel
Description: Text document

Attachment: patch_us108_rel
Description: Text document


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