mirror of
https://github.com/gabime/spdlog.git
synced 2025-01-12 00:40:26 +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(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…
Reference in New Issue
Block a user