narrow this capture to C++20

This commit is contained in:
Markus Werle 2020-05-07 23:01:04 +02:00
parent 91251b9069
commit ae0a2cab53

View File

@ -172,7 +172,7 @@ FMT_END_NAMESPACE
# define FMT_BUILTIN_CLZLL(n) __builtin_clzll(n) # define FMT_BUILTIN_CLZLL(n) __builtin_clzll(n)
#endif #endif
#if (__cplusplus >= 201703L) #if (__cplusplus > 201703L)
# define FMT_CAPTURE_OF_THIS , this # define FMT_CAPTURE_OF_THIS , this
#else #else
# define FMT_CAPTURE_OF_THIS # define FMT_CAPTURE_OF_THIS