From 90bb58e1869078c92069bc9aa8dbeda5d9858a21 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Thu, 25 Dec 2025 12:33:07 -0500 Subject: [PATCH] xo-facet: extend facet gen scope to IFoo_{Xfer,Any}, RFoo --- include/xo/alloc2/alloc/IAllocator_Any.hpp | 1 - src/alloc2/IAllocator_Any.cpp | 8 -------- 2 files changed, 9 deletions(-) diff --git a/include/xo/alloc2/alloc/IAllocator_Any.hpp b/include/xo/alloc2/alloc/IAllocator_Any.hpp index 842d147..dd0df83 100644 --- a/include/xo/alloc2/alloc/IAllocator_Any.hpp +++ b/include/xo/alloc2/alloc/IAllocator_Any.hpp @@ -8,7 +8,6 @@ #include "AAllocator.hpp" #include "AllocIterator.hpp" #include -#include namespace xo { namespace mm { struct IAllocator_Any; } diff --git a/src/alloc2/IAllocator_Any.cpp b/src/alloc2/IAllocator_Any.cpp index 081a78e..1d12c6c 100644 --- a/src/alloc2/IAllocator_Any.cpp +++ b/src/alloc2/IAllocator_Any.cpp @@ -27,14 +27,6 @@ namespace xo { std::terminate(); } -#ifdef NOPE - vt - IAllocator_Any::begin(Copaque, DArena &) const noexcept - { - _fatal(); - } -#endif - int32_t IAllocator_Any::s_typeseq = typeseq::id();