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)
Change History (10)
by , 14 years ago
| Attachment: | shared_ptr.htm.patch added |
|---|
comment:1 by , 14 years ago
| Type: | Bugs → Patches |
|---|
by , 14 years ago
| Attachment: | make_shared.html added |
|---|
New html page for make_shared. An associated patch to other pages will follow.
by , 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 , 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 , 14 years ago
| Milestone: | Boost 1.36.0 → Boost 1.37.0 |
|---|---|
| Status: | new → assigned |
comment:3 by , 14 years ago
| Milestone: | Boost 1.37.0 → To Be Determined |
|---|
comment:4 by , 14 years ago
| Milestone: | To Be Determined → Boost 1.39.0 |
|---|
Frank, can you please apply this to trunk and merge to release? Thanks.
comment:5 by , 14 years ago
Note:
See TracTickets
for help on using tickets.

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.