xo-ordinaltree: adj to drop RedBlackTree as friend of Node

This commit is contained in:
Roland Conybeare 2025-12-05 22:58:36 -05:00
commit 6c334d91d7

View file

@ -46,11 +46,11 @@ namespace xo {
template <typename GcObjectInterface>
struct FallbackGcInterface {
template <typename Allocator>
FallbackGcInterface(Allocator & alloc) {}
FallbackGcInterface(Allocator & /*alloc*/) {}
bool check_write_barrier(const void * parent,
const void * const * lhs,
bool may_throw) { return true; };
bool check_write_barrier(const void * /*parent*/,
const void * const * /*lhs*/,
bool /*may_throw*/) { return true; };
};
/** Extended version of