googletest/googletest/include/gtest
Peter Collingbourne 3498a1ac52 Use _CPPUNWIND instead of _HAS_EXCEPTIONS with MSVC.
_HAS_EXCEPTIONS is specific to the MSVC STL and defining it to 0 causes
problems with libc++, so libc++ users may leave it undefined. This can
cause GTEST_HAS_EXCEPTIONS to be defined incorrectly if the user has
disabled exceptions via the compiler, which can lead to build errors.

_CPPUNWIND is a builtin macro provided by the compiler so it should
work with both STLs.
2018-01-25 14:15:43 -08:00
..
internal Use _CPPUNWIND instead of _HAS_EXCEPTIONS with MSVC. 2018-01-25 14:15:43 -08:00
gtest_pred_impl.h Code merging 2018-01-15 16:06:32 -05:00
gtest_prod.h Move everything in googletest into googletest/googletest 2015-08-25 16:18:00 -04:00
gtest-death-test.h code merge, cleanups 2018-01-09 22:46:17 -05:00
gtest-message.h More merge, cleanup 2018-01-10 16:49:20 -05:00
gtest-param-test.h Code merge, upstreaming accumulated changes, cleanup 2018-01-10 14:42:29 -05:00
gtest-param-test.h.pump Code merge, upstreaming accumulated changes, cleanup 2018-01-10 14:42:29 -05:00
gtest-printers.h Merge branch 'master' into uintptr 2018-01-02 10:54:26 -05:00
gtest-spi.h Use std::string and ::string explicitly in gtest and gmock code. 2017-05-15 17:53:04 -04:00
gtest-test-part.h Move everything in googletest into googletest/googletest 2015-08-25 16:18:00 -04:00
gtest-typed-test.h Code merge, upstreaming accumulated changes, cleanup 2018-01-10 14:42:29 -05:00
gtest.h upstream cl 182543808 2018-01-24 13:04:36 -05:00