mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-30 02:37:36 +02:00
Signed-off-by: Vladislav Shchapov <vladislav@shchapov.ru>
This commit is contained in:
committed by
GitHub
parent
1daae555b3
commit
dd17f89a16
@ -86,10 +86,11 @@
|
|||||||
# elif FMT_MSC_VERSION >= 1929 // VS2019 v16.10 and later
|
# elif FMT_MSC_VERSION >= 1929 // VS2019 v16.10 and later
|
||||||
# define FMT_NO_UNIQUE_ADDRESS [[msvc::no_unique_address]]
|
# define FMT_NO_UNIQUE_ADDRESS [[msvc::no_unique_address]]
|
||||||
# endif
|
# endif
|
||||||
# else
|
|
||||||
# define FMT_NO_UNIQUE_ADDRESS
|
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef FMT_NO_UNIQUE_ADDRESS
|
||||||
|
# define FMT_NO_UNIQUE_ADDRESS
|
||||||
|
#endif
|
||||||
|
|
||||||
#if FMT_GCC_VERSION || defined(__clang__)
|
#if FMT_GCC_VERSION || defined(__clang__)
|
||||||
# define FMT_VISIBILITY(value) __attribute__((visibility(value)))
|
# define FMT_VISIBILITY(value) __attribute__((visibility(value)))
|
||||||
|
Reference in New Issue
Block a user