Changes between Version 1 and Version 2 of Ticket #903
- Timestamp:
- Jul 3, 2007, 2:58:41 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #903
- 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 → Cosmetic
-
Ticket #903 – Description
v1 v2 1 {{{2 1 The us of the function pointer typedef 'convertible_function' is inconsistent in boost/python/converter/registry.hpp and libs/python/converter/registry.cpp. 3 2 … … 5 4 6 5 The attached patch replaces the function pointers with the appropriate typedefs. 7 }}}