diff options
author | Darrell Anderson <[email protected]> | 2012-11-26 17:32:44 -0600 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-11-26 17:32:44 -0600 |
commit | 1fe815e31c4211b9b98028c55e0438f77735aa8a (patch) | |
tree | 3f7e75584e5c958db05021136f5ddc3cee5b7d6e /kig/boost-python1.30-gcc3.2.patch | |
parent | fa0528e15ce73004fac090c2ce8baa877c87cf6d (diff) | |
download | tdeedu-1fe815e31c4211b9b98028c55e0438f77735aa8a.tar.gz tdeedu-1fe815e31c4211b9b98028c55e0438f77735aa8a.zip |
Remove old *.patch files. Code is already merged or obsolete.
Diffstat (limited to 'kig/boost-python1.30-gcc3.2.patch')
-rw-r--r-- | kig/boost-python1.30-gcc3.2.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/kig/boost-python1.30-gcc3.2.patch b/kig/boost-python1.30-gcc3.2.patch deleted file mode 100644 index 5b87a2b3..00000000 --- a/kig/boost-python1.30-gcc3.2.patch +++ /dev/null @@ -1,13 +0,0 @@ -Only in python/converter: as_to_python_function.hpp~ -diff -u -r python-old/object/make_ptr_instance.hpp python/object/make_ptr_instance.hpp ---- python-old/object/make_ptr_instance.hpp 2003-04-22 14:35:28.000000000 +0200 -+++ python/object/make_ptr_instance.hpp 2003-06-28 15:09:05.000000000 +0200 -@@ -34,7 +34,7 @@ - template <class U> - static inline PyTypeObject* get_class_object_impl(U const volatile* p) - { -- PyTypeObject* derived = get_derived_class_object(is_polymorphic<U>::type(), p); -+ PyTypeObject* derived = get_derived_class_object(typename is_polymorphic<U>::type(), p); - if (derived) - return derived; - return converter::registered<T>::converters.get_class_object(); |