Fixed example

This commit is contained in:
gabime 2018-03-16 17:17:33 +02:00
parent 5afb5dc782
commit fe5aaf4932
1 changed files with 0 additions and 6 deletions

View File

@ -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