Introduct GTEST_HAS_STD_SHARED_PTR_

pull/496/merge
kosak 10 years ago
parent 3330752941
commit f253efc20e
  1. 1
      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.

Loading…
Cancel
Save