Changes between Version 1 and Version 2 of Ticket #857
- Timestamp:
- Jul 3, 2007, 2:55:02 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #857
- Property Status new → assigned
- Property Reporter changed from to
- Property Version None → release 1.34.0
- Property Milestone → Boost 1.35.0
- Property Severity Showstopper → Problem
-
Ticket #857 – Description
v1 v2 1 {{{2 1 This patch adds support to Boost.Python library to handle boost::shared_ptr< const T> class. 3 2 4 3 The problem and solution were discussed in this thread: 5 4 http://mail.python.org/pipermail/c++-sig/2006-November/011626.html 6 7 8 9 }}}