blob: 7e784856570e52ad4b3b154213a22b58638e8d69 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- src/stl_logging_unittest.cc.orig 2015-03-11 04:02:27 UTC
+++ src/stl_logging_unittest.cc
@@ -41,6 +41,7 @@
// C++0x isn't enabled by default in GCC and libc++ does not have
// non-standard ext/* and tr1/unordered_*.
# if defined(_LIBCPP_VERSION)
+# define GLOG_STL_LOGGING_FOR_FORWARD_LIST
# define GLOG_STL_LOGGING_FOR_UNORDERED
# else
# define GLOG_STL_LOGGING_FOR_EXT_HASH
|