mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-19 20:18:49 +00:00
Remove unnecessary check
This commit is contained in:
parent
df828f88da
commit
70dffc639a
@ -157,7 +157,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
// A workaround for gcc 4.4 that doesn't support union members with ctors.
|
// A workaround for gcc 4.4 that doesn't support union members with ctors.
|
||||||
#if (FMT_GCC_VERSION && FMT_GCC_VERSION <= 404) && !defined(__clang__)
|
#if FMT_GCC_VERSION && FMT_GCC_VERSION <= 404
|
||||||
# define FMT_UNION struct
|
# define FMT_UNION struct
|
||||||
#else
|
#else
|
||||||
# define FMT_UNION union
|
# define FMT_UNION union
|
||||||
|
Loading…
Reference in New Issue
Block a user