mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 08:25:43 +08:00
Update mdc.h
Update error message
This commit is contained in:
parent
362214a349
commit
bd96fd4e8c
@ -4,7 +4,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#if defined(SPDLOG_NO_TLS)
|
#if defined(SPDLOG_NO_TLS)
|
||||||
#error "This header requires thread local storage support. Please do not define SPDLOG_NO_TLS."
|
#error "This header requires thread local storage support, but SPDLOG_NO_TLS is defined."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <map>
|
#include <map>
|
||||||
|
Loading…
Reference in New Issue
Block a user