[BACK]Return to gc_alloc.h CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000 / gc / include

Diff for /OpenXM_contrib2/asir2000/gc/include/gc_alloc.h between version 1.1 and 1.5

version 1.1, 1999/12/03 07:39:10 version 1.5, 2002/07/24 08:00:17
Line 13 
Line 13 
   
 //  //
 // This is a C++ header file that is intended to replace the SGI STL  // This is a C++ header file that is intended to replace the SGI STL
 // alloc.h.  // alloc.h.  This assumes SGI STL version < 3.0.
 //  //
 // This assumes the collector has been compiled with -DATOMIC_UNCOLLECTABLE  // This assumes the collector has been compiled with -DATOMIC_UNCOLLECTABLE
 // and -DALL_INTERIOR_POINTERS.  We also recommend  // and -DALL_INTERIOR_POINTERS.  We also recommend
Line 24 
Line 24 
 //  //
 // This uses template classes with static members, and hence does not work  // This uses template classes with static members, and hence does not work
 // with g++ 2.7.2 and earlier.  // with g++ 2.7.2 and earlier.
   //
   // This code assumes that the collector itself has been compiled with a
   // compiler that defines __STDC__ .
 //  //
   
 #include "gc.h"  #include "gc.h"

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.5

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>