Skip to content

Commit

Permalink
Try to fix build on VS 2012
Browse files Browse the repository at this point in the history
  • Loading branch information
bblanchon committed Aug 27, 2015
1 parent 0f2f9aa commit 72ec8fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third-party/gtest-1.7.0/fused-src/gtest/gtest.h
Expand Up @@ -614,7 +614,7 @@
// support TR1 tuple. libc++ only provides std::tuple, in C++11 mode,
// and it can be used with some compilers that define __GNUC__.
# if (defined(__GNUC__) && !defined(__CUDACC__) && (GTEST_GCC_VER_ >= 40000) \
&& !GTEST_OS_QNX && !defined(_LIBCPP_VERSION)) || _MSC_VER >= 1600
&& !GTEST_OS_QNX && !defined(_LIBCPP_VERSION)) || _MSC_VER >= 1800
# define GTEST_ENV_HAS_TR1_TUPLE_ 1
# endif

Expand Down

0 comments on commit 72ec8fc

Please sign in to comment.