Daniel Haensse created THRIFT-4867: -------------------------------------- Summary: C++ operator< implementation is not generated on structs Key: THRIFT-4867 URL: https://issues.apache.org/jira/browse/THRIFT-4867 Project: Thrift Issue Type: Improvement Components: C++ - Compiler Affects Versions: 0.12.0 Environment: all Reporter: Daniel Haensse Fix For: 0.13.0
When using struct in list, list and set, the operator< is required. Unfortunately the c++ compiler even in the latest release does not generate it. It would be very usefull to have the implementation generated, reducing unnecessary manual coding. -- This message was sent by Atlassian JIRA (v7.6.3#76005)