blob: aa761a85f1f844b73e6b3fa06995e08f58f7e20a [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 facebook::thrift::ThriftDebugString;
return ThriftDebugString(*this) < ThriftDebugString(other);
}
}}