mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-25 10:01:33 +08:00
astyle
This commit is contained in:
parent
ff0d313936
commit
4207c40786
@ -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();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user