Opened 14 years ago
Closed 13 years ago
#2962 closed Bugs (fixed)
make_shared perfect forwarding
Reported by: | fhess | Owned by: | Peter Dimov |
---|---|---|---|
Milestone: | Boost 1.39.0 | Component: | smart_ptr |
Version: | Boost 1.38.0 | Severity: | Problem |
Keywords: | Cc: |
Description
Attaching a patch to fix perfect forwarding with make_shared when compiling in c++0x mode. Also attaching a corresponding test program which I propose be added to the smart_ptr test suite.
Attachments (2)
Change History (4)
by , 14 years ago
Attachment: | make_shared_forward.patch added |
---|
by , 14 years ago
Attachment: | make_shared_perfect_forwarding_test.cpp added |
---|
comment:1 by , 13 years ago
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
make_shared perfect forwarding fix