mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
gcc fixes
This commit is contained in:
@@ -16,7 +16,7 @@ details::fast_oss f(const std::string& what)
|
||||
oss << what;
|
||||
return oss;
|
||||
}
|
||||
int main_(int, char* [])
|
||||
int main(int, char* [])
|
||||
{
|
||||
|
||||
auto foss = f("test2");
|
||||
|
Reference in New Issue
Block a user