Update mdc.h (#3185)

Update error message
pull/3193/head
Gabi Melman 12 months ago committed by GitHub
parent 362214a349
commit c1fbafdcef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -4,7 +4,7 @@
#pragma once
#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
#include <map>

Loading…
Cancel
Save