mirror of
https://github.com/boostorg/python.git
synced 2026-01-22 05:22:45 +00:00
removed obsolete ExtensionClassFromPython for good.
[SVN r8201]
This commit is contained in:
@@ -39,11 +39,6 @@ void report_missing_ptr_data(ExtensionInstance*, Class<ExtensionInstance>*, cons
|
||||
void report_missing_class_object(const std::type_info&);
|
||||
void report_released_smart_pointer(const std::type_info&);
|
||||
|
||||
template <class T, class U>
|
||||
struct ExtensionClassFromPython
|
||||
{
|
||||
};
|
||||
|
||||
template <class T>
|
||||
T* check_non_null(T* p)
|
||||
{
|
||||
|
||||
@@ -44,11 +44,6 @@ void report_missing_ptr_data(ExtensionInstance*, Class<ExtensionInstance>*, cons
|
||||
void report_missing_class_object(const std::type_info&);
|
||||
void report_released_smart_pointer(const std::type_info&);
|
||||
|
||||
template <class T, class U>
|
||||
struct ExtensionClassFromPython
|
||||
{
|
||||
};
|
||||
|
||||
template <class T>
|
||||
T* check_non_null(T* p)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user