mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-15 08:01:30 +08:00
bugfix
This commit is contained in:
parent
e7c7bf2384
commit
86bfcf2408
@ -134,14 +134,6 @@ public:
|
||||
}
|
||||
|
||||
// put int and pad with zeroes if smalled than min_width
|
||||
fast_oss& operator<<(char c)
|
||||
{
|
||||
putc(c);
|
||||
return *this;
|
||||
}
|
||||
|
||||
/// put int and pad with zeroes if smalled than min_width///
|
||||
|
||||
void put_int(int n, int padding)
|
||||
{
|
||||
std::string s;
|
||||
|
Loading…
Reference in New Issue
Block a user