xo-ordinaltree: adj to drop RedBlackTree as friend of Node
This commit is contained in:
parent
89ce7f7962
commit
6c334d91d7
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue