Formatting changes,small cleanup, no functionality changes

This commit is contained in:
Gennadiy Civil
2018-08-07 11:49:47 -04:00
parent dd06b16e76
commit b345bf9090
7 changed files with 20 additions and 29 deletions

View File

@@ -381,7 +381,8 @@
#if GTEST_LANG_CXX11
# define GTEST_HAS_STD_TUPLE_ 1
# if defined(__clang__)
// Inspired by https://clang.llvm.org/docs/LanguageExtensions.html#include-file-checking-macros
// Inspired by
// https://clang.llvm.org/docs/LanguageExtensions.html#include-file-checking-macros
# if defined(__has_include) && !__has_include(<tuple>)
# undef GTEST_HAS_STD_TUPLE_
# endif