From 6c334d91d7db3ba186e023917788fdff815ae32c Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Fri, 5 Dec 2025 22:58:36 -0500 Subject: [PATCH] xo-ordinaltree: adj to drop RedBlackTree as friend of Node --- include/xo/allocutil/gc_allocator_traits.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/xo/allocutil/gc_allocator_traits.hpp b/include/xo/allocutil/gc_allocator_traits.hpp index 2056868..7e27d67 100644 --- a/include/xo/allocutil/gc_allocator_traits.hpp +++ b/include/xo/allocutil/gc_allocator_traits.hpp @@ -46,11 +46,11 @@ namespace xo { template struct FallbackGcInterface { template - 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