Skip to content

Commit

Permalink
Fixed #15 . Thanks!
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaut committed Jan 7, 2014
1 parent 24fcd6e commit 8efc8ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion format.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8efc8ac

Please sign in to comment.