mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-30 18:57:34 +02:00
Remove unused macro
This commit is contained in:
@ -84,12 +84,6 @@
|
|||||||
# define FMT_GCC_VISIBILITY_HIDDEN
|
# define FMT_GCC_VISIBILITY_HIDDEN
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __NVCC__
|
|
||||||
# define FMT_CUDA_VERSION (__CUDACC_VER_MAJOR__ * 100 + __CUDACC_VER_MINOR__)
|
|
||||||
#else
|
|
||||||
# define FMT_CUDA_VERSION 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef __has_builtin
|
#ifdef __has_builtin
|
||||||
# define FMT_HAS_BUILTIN(x) __has_builtin(x)
|
# define FMT_HAS_BUILTIN(x) __has_builtin(x)
|
||||||
#else
|
#else
|
||||||
|
Reference in New Issue
Block a user