mirror of
https://github.com/fmtlib/fmt.git
synced 2025-01-30 06:32:48 +00:00
Fix bug regarding FMT_SAFEBUFFERS
This commit is contained in:
parent
2ecdbb986d
commit
1f0600a23b
@ -1002,7 +1002,7 @@ template <> int count_digits<4>(detail::fallback_uintptr n);
|
||||
#endif
|
||||
|
||||
// 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)
|
||||
#else
|
||||
# define FMT_SAFEBUFFERS
|
||||
|
Loading…
x
Reference in New Issue
Block a user