Skip to content

Commit

Permalink
collapsing a long line.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwinterb authored Oct 8, 2017
1 parent acc54dc commit 023f76e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fmt/format.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@
# define FMT_HAS_INCLUDE(x) 0
#endif

#if (FMT_HAS_INCLUDE(<string_view>) && __cplusplus > 201402L) || (defined(_MSVC_LANG) && _MSVC_LANG > 201402L && _MSC_VER >= 1910)
#if (FMT_HAS_INCLUDE(<string_view>) && __cplusplus > 201402L) || \
(defined(_MSVC_LANG) && _MSVC_LANG > 201402L && _MSC_VER >= 1910)
# include <string_view>
# define FMT_HAS_STRING_VIEW 1
#else
Expand Down

0 comments on commit 023f76e

Please sign in to comment.