git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@739083
13f79535-47bb-0310-9956-
ffa450edef68
--- /dev/null
+// Extra functions required for ThriftTest_types to work
+
+#include <protocol/TDebugProtocol.h>
+#include "gen-cpp/ThriftTest_types.h"
+
+
+namespace thrift { namespace test {
+
+bool Insanity::operator<(thrift::test::Insanity const& other) const {
+ using facebook::thrift::ThriftDebugString;
+ return ThriftDebugString(*this) < ThriftDebugString(other);
+}
+
+}}