alb3rtobr commented on a change in pull request #619:
URL: https://github.com/apache/geode-native/pull/619#discussion_r442939224
##########
File path: cppcache/src/PdxType.hpp
##########
@@ -202,11 +202,38 @@ class PdxType : public internal::DataSerializableInternal,
bool Equals(std::shared_ptr<PdxType> otherObj);
- // This is for PdxType as key in std map.
- bool operator<(const PdxType& other) const;
+ bool operator==(const PdxType& other) const;
+
+ size_t hashcode() const;
Review comment:
Good catch, im removing it
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]