mirror of
https://github.com/gabime/spdlog.git
synced 2026-04-10 11:34:29 +08:00
Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c060a10c10 | ||
|
|
79a3a633c7 | ||
|
|
52dfd478d6 | ||
|
|
48eca46680 | ||
|
|
f93277d271 | ||
|
|
dda8af0092 |
@@ -4,7 +4,7 @@
|
||||
#
|
||||
|
||||
cmake_minimum_required(VERSION 3.1)
|
||||
project(spdlog VERSION 0.14.0)
|
||||
project(spdlog VERSION 0.16.1)
|
||||
include(CTest)
|
||||
include(CMakeDependentOption)
|
||||
include(GNUInstallDirs)
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#define SPDLOG_VERSION "0.14.0"
|
||||
#define SPDLOG_VERSION "0.16.1"
|
||||
|
||||
#include "tweakme.h"
|
||||
#include "common.h"
|
||||
|
||||
@@ -15,7 +15,7 @@ class failing_sink: public spdlog::sinks::sink
|
||||
throw std::runtime_error("some error happened during log");
|
||||
}
|
||||
|
||||
void flush()
|
||||
void flush() override
|
||||
{}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user