narrow this capture to C++20
This commit is contained in:
parent
91251b9069
commit
ae0a2cab53
@ -172,7 +172,7 @@ FMT_END_NAMESPACE
|
||||
# define FMT_BUILTIN_CLZLL(n) __builtin_clzll(n)
|
||||
#endif
|
||||
|
||||
#if (__cplusplus >= 201703L)
|
||||
#if (__cplusplus > 201703L)
|
||||
# define FMT_CAPTURE_OF_THIS , this
|
||||
#else
|
||||
# define FMT_CAPTURE_OF_THIS
|
||||
|
||||
Loading…
Reference in New Issue
Block a user