Opened 14 years ago

Closed 14 years ago

#1897 closed Patches (fixed)

make_shared documentation

Reported by: Frank Mori Hess Owned by: Peter Dimov
Milestone: Boost 1.39.0 Component: smart_ptr
Version: Boost Development Trunk Severity: Problem
Keywords: Cc:

Description

I am attaching a patch to shared_ptr.htm which adds minimal documentation for make_shared and allocate_shared. It is adopted from n2351 "Improving shared_ptr for C++0x, Revision 2".

Attachments (4)

shared_ptr.htm.patch (3.8 KB ) - added by Frank Mori Hess 14 years ago.
make_shared.html (6.8 KB ) - added by Frank Mori Hess 14 years ago.
New html page for make_shared. An associated patch to other pages will follow.
make_shared_doc.patch (4.3 KB ) - added by Frank Mori Hess 14 years ago.
Patch to add links to make_shared.html and a few other small fixes/update
make_shared_doc.2.patch (4.2 KB ) - added by Frank Mori Hess 14 years ago.
Patch to add links to make_shared.html and a few other small fixes/update, version 2

Download all attachments as: .zip

Change History (10)

by Frank Mori Hess, 14 years ago

Attachment: shared_ptr.htm.patch added

comment:1 by Frank Mori Hess, 14 years ago

Type: BugsPatches

Hmm, it looks like I should have made a separate html file, since make_shared.hpp is a separate header. I'll upload another version later.

by Frank Mori Hess, 14 years ago

Attachment: make_shared.html added

New html page for make_shared. An associated patch to other pages will follow.

by Frank Mori Hess, 14 years ago

Attachment: make_shared_doc.patch added

Patch to add links to make_shared.html and a few other small fixes/update

by Frank Mori Hess, 14 years ago

Attachment: make_shared_doc.2.patch added

Patch to add links to make_shared.html and a few other small fixes/update, version 2

comment:2 by Peter Dimov, 14 years ago

Milestone: Boost 1.36.0Boost 1.37.0
Status: newassigned

comment:3 by Peter Dimov, 14 years ago

Milestone: Boost 1.37.0To Be Determined

comment:4 by Peter Dimov, 14 years ago

Milestone: To Be DeterminedBoost 1.39.0

Frank, can you please apply this to trunk and merge to release? Thanks.

comment:5 by Frank Mori Hess, 14 years ago

(In [51699]) Adding documentation for make_shared and allocate_shared to smart_ptr docs. It is adopted from n2351 "Improving shared_ptr for C++0x, Revision 2". Also includes some minor corrections. Refs #1897

comment:6 by Frank Mori Hess, 14 years ago

Resolution: fixed
Status: assignedclosed

(In [51703]) Merged [51699] and [51700] from trunk to release. Closes #1897

Note: See TracTickets for help on using tickets.