xo-interpreter2 stack: define-expr's work at top-level

This commit is contained in:
Roland Conybeare 2026-02-17 14:42:17 -05:00
commit fde4bee000

View file

@ -43,8 +43,6 @@ namespace xo {
template <typename T>
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) {