mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-28 17:19:34 +08:00
Default formatter and common types into common.h
This commit is contained in:
@@ -17,7 +17,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