We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 09236fb + f599f08 commit 7e3df93Copy full SHA for 7e3df93
crypto/vm/stack.hpp
@@ -320,7 +320,7 @@ class Stack : public td::CntObject {
320
Stack(const Stack& old_stack, unsigned copy_elem, unsigned skip_top);
321
Stack(Stack&& old_stack, unsigned copy_elem, unsigned skip_top);
322
td::CntObject* make_copy() const override {
323
- std::cerr << "copy stack at " << (const void*)this << " (" << depth() << " entries)\n";
+ //std::cerr << "copy stack at " << (const void*)this << " (" << depth() << " entries)\n";
324
return new Stack{stack};
325
}
326
void push_from_stack(const Stack& old_stack, unsigned copy_elem, unsigned skip_top = 0);
0 commit comments