mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-22 10:30:05 +00:00
Remove a redundant comment
This commit is contained in:
parent
c4ea903250
commit
1d9df9ce1c
@ -149,7 +149,6 @@ import std;
|
||||
__cpp_nontype_template_args >= 201911L
|
||||
# define FMT_USE_NONTYPE_TEMPLATE_ARGS 1
|
||||
#elif FMT_CLANG_VERSION >= 1200 && FMT_CPLUSPLUS >= 202002L
|
||||
// clang 12 already has enough support for {fmt} to use.
|
||||
# define FMT_USE_NONTYPE_TEMPLATE_ARGS 1
|
||||
#else
|
||||
# define FMT_USE_NONTYPE_TEMPLATE_ARGS 0
|
||||
|
Loading…
Reference in New Issue
Block a user