Merge branch 'master' into deprecate

This commit is contained in:
Loo Rong Jie
2018-08-09 20:08:44 +08:00
committed by GitHub
18 changed files with 117 additions and 72 deletions

View File

@@ -397,7 +397,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