mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 16:35:45 +08:00
reduced fast_oss stack size to 128
This commit is contained in:
parent
f9f59a545c
commit
fdaafdf659
@ -61,7 +61,7 @@ protected:
|
||||
return ch;
|
||||
}
|
||||
private:
|
||||
stack_buf<256> _stackbuf;
|
||||
stack_buf<128> _stackbuf;
|
||||
};
|
||||
|
||||
class fast_oss :public std::ostream
|
||||
|
Loading…
Reference in New Issue
Block a user