Opened 16 years ago
Last modified 13 years ago
#857 new Patches (None)
add shared_ptr< const T> support
| Reported by: | Owned by: | Dave Abrahams | |
|---|---|---|---|
| Milestone: | To Be Determined | Component: | python USE GITHUB |
| Version: | Boost 1.34.0 | Severity: | Problem |
| Keywords: | Cc: |
Description (last modified by )
This patch adds support to Boost.Python library to handle boost::shared_ptr< const T> class.
The problem and solution were discussed in this thread: http://mail.python.org/pipermail/c++-sig/2006-November/011626.html
Attachments (1)
Change History (5)
comment:1 by , 15 years ago
| Description: | modified (diff) |
|---|---|
| Owner: | changed from to |
| Severity: | → Showstopper |
| Status: | assigned → new |
by , 15 years ago
| Attachment: | pointer_holder.hpp.patch added |
|---|
comment:2 by , 15 years ago
| Description: | modified (diff) |
|---|---|
| Milestone: | → Boost 1.35.0 |
| Reporter: | changed from to |
| Severity: | Showstopper → Problem |
| Status: | new → assigned |
| Version: | None → release 1.34.0 |
comment:3 by , 13 years ago
| Status: | assigned → new |
|---|
comment:4 by , 13 years ago
| Milestone: | Boost 1.36.0 → To Be Determined |
|---|
looks like this is the new url
http://mail.python.org/pipermail/cplusplus-sig/2006-November/011316.html
Note:
See TracTickets
for help on using tickets.

Roman, I've updated the changes to be consistent with the current codebase. Everything compiles and runs cleanly; all I need is a test that fails before we've applied the patch but succeeds afterwards. It should be fairly simple to write if you know what you're trying to achieve.
Thanks!