fixed double underscore cplusplus

pull/2690/head
M. Galib Uludag 2 years ago committed by GitHub
parent fdd1bd53b8
commit fdd634b926
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -116,7 +116,7 @@
#ifdef _MSC_VER #ifdef _MSC_VER
#define SPDLOG_CPLUSPLUS _MSVC_LANG #define SPDLOG_CPLUSPLUS _MSVC_LANG
#else #else
#define SPDLOG_CPLUSPLUS _cplusplus #define SPDLOG_CPLUSPLUS __cplusplus
#endif #endif
#if SPDLOG_CPLUSPLUS > 201703L #if SPDLOG_CPLUSPLUS > 201703L

Loading…
Cancel
Save