mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-02 11:28:20 +00:00
Merge branch 'master' of github.com:fmtlib/fmt
This commit is contained in:
commit
221b08fd8f
@ -131,7 +131,7 @@
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#if FMT_HAS_GXX_CXX11 || FMT_MSC_VER >= 1600
|
||||
#if FMT_HAS_GXX_CXX11 || FMT_HAS_FEATURE(cxx_trailing_return) || FMT_MSC_VER >= 1600
|
||||
# define FMT_USE_TRAILING_RETURN 1
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user