Fix clang build
This commit is contained in:
parent
54e0ffce2e
commit
59afd50c28
@ -9,10 +9,10 @@
|
||||
namespace cpputils {
|
||||
namespace logging {
|
||||
|
||||
constexpr struct ERROR_TYPE {} ERROR;
|
||||
constexpr struct WARN_TYPE {} WARN;
|
||||
constexpr struct INFO_TYPE {} INFO;
|
||||
constexpr struct DEBUG_TYPE {} DEBUG;
|
||||
constexpr struct ERROR_TYPE {} ERROR {};
|
||||
constexpr struct WARN_TYPE {} WARN {};
|
||||
constexpr struct INFO_TYPE {} INFO {};
|
||||
constexpr struct DEBUG_TYPE {} DEBUG {};
|
||||
|
||||
inline void setLogger(std::shared_ptr<spdlog::logger> newLogger) {
|
||||
logger().setLogger(newLogger);
|
||||
|
Loading…
Reference in New Issue
Block a user