Commit fe5aaf49 authored by gabime's avatar gabime

Fixed example

parent 5afb5dc7
......@@ -24,12 +24,6 @@ void err_handler_example();
namespace spd = spdlog;
int main(int, char *[])
{
fmt::MemoryWriter w;
w.write("HELLO", 10);
std::string s(w.data(), w.size());
std::cout << s << std::endl;
return 0;
try
{
// Console logger with color
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment