Skip to content

Commit 98a0da3

Browse files
committed
[skip ci] Change whitespace
1 parent 4e09cc7 commit 98a0da3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/nonstd/string_view.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,7 @@ using std::operator<<;
300300
// Presence of compiler intrinsics:
301301

302302
#define nssv_HAVE_BUILTIN_VER ( nssv_COMPILER_MSVC_VERSION >= 142 || nssv_COMPILER_GNUC_VERSION > 0 || nssv_COMPILER_CLANG_VERSION >= 400 || nssv_COMPILER_APPLECLANG_VERSION >= 900 )
303+
303304
#ifdef __has_builtin
304305
#define nssv_HAVE_BUILTIN( x ) __has_builtin( x )
305306
#else

0 commit comments

Comments
 (0)