mirror of
https://github.com/fmtlib/fmt.git
synced 2025-08-04 13:14:48 +02:00
Fixed https://github.com/vitaut/format/issues/15 . Thanks!
This commit is contained in:
2
format.h
2
format.h
@@ -54,7 +54,7 @@
|
||||
#ifndef FMT_USE_INITIALIZER_LIST
|
||||
# define FMT_USE_INITIALIZER_LIST \
|
||||
(__has_feature(cxx_generalized_initializers) || \
|
||||
(FMT_GCC_VERSION >= 404 && __cplusplus >= 201103) || _MSC_VER >= 1700)
|
||||
(FMT_GCC_VERSION >= 404 && __cplusplus >= 201103) || _MSC_VER >= 1800)
|
||||
#endif
|
||||
|
||||
#if FMT_USE_INITIALIZER_LIST
|
||||
|
Reference in New Issue
Block a user