mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
increased fast_os size to 192
This commit is contained in:
@@ -71,7 +71,7 @@ protected:
|
||||
}
|
||||
private:
|
||||
//std::string _str;
|
||||
fast_buf<128> _fastbuf;
|
||||
fast_buf<192> _fastbuf;
|
||||
};
|
||||
|
||||
class fast_oss:public std::ostream
|
||||
|
Reference in New Issue
Block a user