]> git.pld-linux.org Git - packages/ptlib.git/blame - ptlib-std_allocator.patch
- fixes merge from PTLIB_2_8 branch (1.25-1.25.2.2):
[packages/ptlib.git] / ptlib-std_allocator.patch
CommitLineData
ef28a618
JK
1--- ptlib-2.10.0/include/ptlib/object.h.orig 2011-02-23 05:53:19.000000000 +0100
2+++ ptlib-2.10.0/include/ptlib/object.h 2011-04-28 13:27:31.000000000 +0200
3@@ -977,7 +977,7 @@
22c0a13e
JK
4
5
6 // Memory pooling allocators
ef28a618 7-#if defined(__GNUC__) && __GNUC__ >= 4 && !defined(P_MINGW) && !defined(P_MACOSX)
22c0a13e
JK
8+#if 0
9 #include <ext/bitmap_allocator.h>
10 template <class Type> class PFixedPoolAllocator : public __gnu_cxx::bitmap_allocator<Type> { };
11 #include <ext/mt_allocator.h>
This page took 0.082751 seconds and 4 git commands to generate.