From f253efc20ec05216eda902a6fb0628c2f5164757 Mon Sep 17 00:00:00 2001 From: kosak Date: Mon, 27 Jul 2015 23:49:18 +0000 Subject: [PATCH] Introduct GTEST_HAS_STD_SHARED_PTR_ --- include/gtest/internal/gtest-port.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/gtest/internal/gtest-port.h b/include/gtest/internal/gtest-port.h index f17cf92d..141d4579 100644 --- a/include/gtest/internal/gtest-port.h +++ b/include/gtest/internal/gtest-port.h @@ -359,6 +359,7 @@ # define GTEST_HAS_STD_INITIALIZER_LIST_ 1 # define GTEST_HAS_STD_MOVE_ 1 # define GTEST_HAS_STD_UNIQUE_PTR_ 1 +# define GTEST_HAS_STD_SHARED_PTR_ 1 #endif // C++11 specifies that provides std::tuple.