This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: bootstrap broken on darwin!


This is a workaround, while I figure out a fix.

Index: include/bits/allocator.h
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/include/bits/allocator.h,v
retrieving revision 1.5
diff -c -p -r1.5 allocator.h
*** include/bits/allocator.h    29 Jan 2004 00:18:39 -0000      1.5
--- include/bits/allocator.h    29 Jan 2004 19:43:17 -0000
***************
*** 49,56 ****
  #define _ALLOCATOR_H 1
   
  #if 1
! # include <ext/mt_allocator.h>
! # define __glibcxx_default_allocator  __gnu_cxx::__mt_alloc
  #endif
   
  #if 0
--- 49,56 ----
  #define _ALLOCATOR_H 1
   
  #if 1
! # include <ext/new_allocator.h>
! # define __glibcxx_default_allocator  __gnu_cxx::new_allocator
  #endif
   
  #if 0


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]