pull/5/head
gabime 11 years ago
parent ff0d313936
commit 4207c40786

@ -23,10 +23,10 @@ public:
stack_buf& operator=(const stack_buf& other) = delete;
stack_buf(const stack_buf& other):stack_buf(other, delegate_copy_move{})
stack_buf(const stack_buf& other):stack_buf(other, delegate_copy_move {})
{}
stack_buf(stack_buf&& other):stack_buf(other, delegate_copy_move{})
stack_buf(stack_buf&& other):stack_buf(other, delegate_copy_move {})
{
other.clear();
}

Loading…
Cancel
Save