commit | b4c190b6ea960c20a420089b1431042e435c73e9 | [log] [tgz] |
---|---|---|
author | James E. King, III <jking@apache.org> | Mon Feb 13 16:39:59 2017 -0500 |
committer | James E. King, III <jking@apache.org> | Mon Feb 13 16:39:59 2017 -0500 |
tree | 247219a1e99a0fbaf1738121a50fd4be3c46096e | |
parent | 36628a28e975e4d680fff66eec3e66c06ca86bf2 [diff] [blame] |
THRIFT-4060 add better support in the cpp generator for custom ostream operators on structures Client: C++ This closes #1172
diff --git a/.gitignore b/.gitignore index 288f1b2..88bb9c6 100644 --- a/.gitignore +++ b/.gitignore
@@ -102,6 +102,7 @@ /lib/cpp/src/thrift/stamp-h2 /lib/cpp/test/Benchmark /lib/cpp/test/AllProtocolsTest +/lib/cpp/test/AnnotationTest /lib/cpp/test/DebugProtoTest /lib/cpp/test/DenseProtoTest /lib/cpp/test/EnumTest