Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test operator new(PointerFreeGC) of 'class gc' in treetest
* tests/tree.cc (PTRFREE_GC): New macro (defined to `GC_NS_QUALIFY(PointerFreeGC)`). * tests/tree.cc (Tree::Tree): Use `new(PTRFREE_GC)Tree()` instead of `new(USE_GC)Tree()` if `depth` is 1.
- Loading branch information