Update mdc.h

Update error message
This commit is contained in:
Gabi Melman 2024-09-12 22:33:16 +03:00 committed by GitHub
parent 362214a349
commit bd96fd4e8c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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