Skip to content

Commit

Permalink
Review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
pkasting committed Aug 28, 2015
1 parent 5ea84dd commit 432771f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/google/protobuf/stubs/hash.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@

// Use C++11 unordered_{map|set} if available.
#if ((__cplusplus >= 201103L) && \
((defined(__GLIBCXX__) && (__GLIBCXX__ > 20090421)) || \
(defined(_LIBCPP_VERSION) && (_LIBCPP_STD_VER >= 11))))
((__GLIBCXX__ > 20090421) || (_LIBCPP_STD_VER >= 11)))
# define GOOGLE_PROTOBUF_HAS_CXX11_HASH

// For XCode >= 4.6: the compiler is clang with libc++.
Expand Down

0 comments on commit 432771f

Please sign in to comment.