Skip to content

Commit

Permalink
Introduct GTEST_HAS_STD_SHARED_PTR_
Browse files Browse the repository at this point in the history
git-svn-id: http://googletest.googlecode.com/svn/trunk@744 861a406c-534a-0410-8894-cb66d6ee9925
  • Loading branch information
kosak@google.com committed Jul 27, 2015
1 parent 4a92f82 commit da647c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/gtest/internal/gtest-port.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit da647c1

Please sign in to comment.