From fde4bee000befacf6143fd6946043f3a5dfdd70b Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Tue, 17 Feb 2026 14:42:17 -0500 Subject: [PATCH] xo-interpreter2 stack: define-expr's work at top-level --- include/xo/alloc2/alloc/RAllocator.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/xo/alloc2/alloc/RAllocator.hpp b/include/xo/alloc2/alloc/RAllocator.hpp index 4d2af7f..b5252f4 100644 --- a/include/xo/alloc2/alloc/RAllocator.hpp +++ b/include/xo/alloc2/alloc/RAllocator.hpp @@ -43,8 +43,6 @@ namespace xo { template T * std_copy_for(const T * src) noexcept { - // TODO: fix alloc_copy(), should take const std::byte * - T * copy = (T *)(this->alloc_copy_for(src)); if (copy) {