cpp: Fix "make check" by defining a comparator for "Empty"
authorDavid Reiss <dreiss@apache.org>
Tue, 10 Feb 2009 21:38:44 +0000 (21:38 +0000)
committerDavid Reiss <dreiss@apache.org>
Tue, 10 Feb 2009 21:38:44 +0000 (21:38 +0000)
commit7d3df42bb5eefc740724537d802597668ab1a955
tree773b1d0abb6fd776393fcb283928631514b6b363
parent30e1de9fd5c11e5df3fc3673620ccac3299d8b86
cpp: Fix "make check" by defining a comparator for "Empty"

The TCompactProtocol revision added a "set<Empty>" in DebugProtoTest.
C++ needs a comparator in order to link this.

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@743111 13f79535-47bb-0310-9956-ffa450edef68
test/DebugProtoTest_extras.cpp [new file with mode: 0644]
test/Makefile.am