Commit 1f0600a2 authored by Junekey Jeon's avatar Junekey Jeon Committed by Victor Zverovich

Fix bug regarding FMT_SAFEBUFFERS

parent 2ecdbb98
...@@ -1002,7 +1002,7 @@ template <> int count_digits<4>(detail::fallback_uintptr n); ...@@ -1002,7 +1002,7 @@ template <> int count_digits<4>(detail::fallback_uintptr n);
#endif #endif
// To suppress unnecessary security cookie checks // To suppress unnecessary security cookie checks
#if defined(FMT_MSC_VER) && !defined(__clang__) #if FMT_MSC_VER && !FMT_CLANG_VERSION
# define FMT_SAFEBUFFERS __declspec(safebuffers) # define FMT_SAFEBUFFERS __declspec(safebuffers)
#else #else
# define FMT_SAFEBUFFERS # define FMT_SAFEBUFFERS
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment