blob: 6a56d315127067dbcaca750992abc41b46d01458 [file] [log] [blame]
// 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 apache::thrift::ThriftDebugString;
return ThriftDebugString(*this) < ThriftDebugString(other);
}
}}