commit | b3f6ea100fae38a568e1844923c4c945cab5b536 | [log] [tgz] |
---|---|---|
author | Konrad Grochowski <hcorg@minions.org.pl> | Tue Sep 02 16:00:47 2014 +0200 |
committer | Roger Meier <roger@apache.org> | Wed Sep 03 23:41:32 2014 +0200 |
tree | 92acbdf1ffda626fdd60510ab1c8d10fea5e0575 | |
parent | d0bd17e7263cb8f92c21d3e1dad2ee5b5e9f79e5 [diff] [blame] |
THRIFT-2067 C++: all generated objects provide ostream operator<<
diff --git a/lib/cpp/Makefile.am b/lib/cpp/Makefile.am index ab9108a..4bd40fb 100755 --- a/lib/cpp/Makefile.am +++ b/lib/cpp/Makefile.am
@@ -131,7 +131,8 @@ src/thrift/TProcessor.h \ src/thrift/TApplicationException.h \ src/thrift/TLogging.h \ - src/thrift/cxxfunctional.h + src/thrift/cxxfunctional.h \ + src/thrift/TToString.h include_concurrencydir = $(include_thriftdir)/concurrency include_concurrency_HEADERS = \