summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkosak <kosak@google.com>2015-07-27 23:49:18 (GMT)
committerkosak <kosak@google.com>2015-07-27 23:49:18 (GMT)
commitf253efc20ec05216eda902a6fb0628c2f5164757 (patch)
tree3808e3b21e6c26500d6082a82899045a05700978
parent33307529412166cd7633eee9bf0b0aff21b5cf52 (diff)
downloadgoogletest-f253efc20ec05216eda902a6fb0628c2f5164757.zip
googletest-f253efc20ec05216eda902a6fb0628c2f5164757.tar.gz
googletest-f253efc20ec05216eda902a6fb0628c2f5164757.tar.bz2
Introduct GTEST_HAS_STD_SHARED_PTR_
-rw-r--r--include/gtest/internal/gtest-port.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/gtest/internal/gtest-port.h b/include/gtest/internal/gtest-port.h
index f17cf92..141d457 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 <tuple> provides std::tuple.