This is an automated email from the ASF dual-hosted git repository.
jensg pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git
from 9f1fb7a66 THRIFT-5934: Fix deprecated usage of
ReflectionProperty::setAccessible() in PHP tests
add 13cdb4441 Add test coverage for private_optional + template_streamop
combined; fix generator bugs (#14)
No new revisions were added by this update.
Summary of changes:
.../cpp/src/thrift/generate/t_cpp_generator.cc | 15 +-
test/cpp/CMakeLists.txt | 30 ++++
test/cpp/Makefile.am | 39 ++++-
.../src/PrivateOptionalTemplateStreamOpTest.cpp | 174 +++++++++++++++++++++
4 files changed, 249 insertions(+), 9 deletions(-)
create mode 100644 test/cpp/src/PrivateOptionalTemplateStreamOpTest.cpp