0
0
mirror of https://github.com/google/googletest.git synced 2025-03-15 21:30:59 +00:00
Mark Mentovai a0435dc687 googlemock: Support C++11 language with pre-C++11 library
This guards use of <type_traits> and its features with
GTEST_HAS_STD_TYPE_TRAITS_, and std::function with
GTEST_HAS_STD_FUNCTION_.
2015-10-12 17:59:11 -04:00
..