mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-30 02:19:35 +08:00
gcc fixes
This commit is contained in:
@@ -17,7 +17,7 @@ int main(int argc, char* argv[])
|
||||
{
|
||||
const unsigned int howmany = argc <= 1 ? 600000 : atoi(argv[1]);
|
||||
|
||||
c11log::set_format("%t");
|
||||
//c11log::set_format("%t");
|
||||
auto console = c11log::create<sinks::stdout_sink_st>("reporter");
|
||||
//console->set_format("[%n %l] %t");
|
||||
console->set_level(c11log::level::INFO);
|
||||
|
@@ -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