]> git.pld-linux.org Git - packages/ptlib.git/blob - ptlib-std_allocator.patch
- fixes merge from PTLIB_2_8 branch (1.25-1.25.2.2):
[packages/ptlib.git] / ptlib-std_allocator.patch
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 @@
4  
5  
6  // Memory pooling allocators
7 -#if defined(__GNUC__) && __GNUC__ >= 4 && !defined(P_MINGW) && !defined(P_MACOSX)
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.053378 seconds and 3 git commands to generate.