mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
astyle
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user