Commit 4207c407 authored by gabime's avatar gabime

astyle

parent ff0d3139
...@@ -23,10 +23,10 @@ public: ...@@ -23,10 +23,10 @@ public:
stack_buf& operator=(const stack_buf& other) = delete; 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(); other.clear();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment