xo-interpreter2 stack: define-expr's work at top-level
This commit is contained in:
parent
8e1e31c187
commit
fde4bee000
1 changed files with 0 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue