diff options
Diffstat (limited to 'boehm-gc/include/gc_alloc.h')
-rw-r--r-- | boehm-gc/include/gc_alloc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boehm-gc/include/gc_alloc.h b/boehm-gc/include/gc_alloc.h index 1d912db2f0b..1f1d54aff95 100644 --- a/boehm-gc/include/gc_alloc.h +++ b/boehm-gc/include/gc_alloc.h @@ -13,7 +13,7 @@ // // 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 // and -DALL_INTERIOR_POINTERS. We also recommend |