diff options
author | kosak <kosak@google.com> | 2015-07-27 23:49:18 +0000 |
---|---|---|
committer | kosak <kosak@google.com> | 2015-07-27 23:49:18 +0000 |
commit | f253efc20ec05216eda902a6fb0628c2f5164757 (patch) | |
tree | 3808e3b21e6c26500d6082a82899045a05700978 /include/gtest | |
parent | 33307529412166cd7633eee9bf0b0aff21b5cf52 (diff) | |
download | googletest-f253efc20ec05216eda902a6fb0628c2f5164757.tar.gz googletest-f253efc20ec05216eda902a6fb0628c2f5164757.tar.bz2 googletest-f253efc20ec05216eda902a6fb0628c2f5164757.zip |
Introduct GTEST_HAS_STD_SHARED_PTR_
Diffstat (limited to 'include/gtest')
-rw-r--r-- | include/gtest/internal/gtest-port.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 <tuple> provides std::tuple. |