mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
fixed gcc bugs and warnings
This commit is contained in:
@@ -122,9 +122,9 @@ public:
|
||||
//_dev.sputn(buf, width);
|
||||
}
|
||||
|
||||
void put_str(const std::string& str)
|
||||
void put_str(const std::string& s)
|
||||
{
|
||||
_dev.sputn(str.data(), str.size());
|
||||
_dev.sputn(s.data(), s.size());
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user