[GitHub] thrift pull request #1083: THRIFT-3921 Add C++ ostream operator<< functions ...

2017-02-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/thrift/pull/1083 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] thrift pull request #1083: THRIFT-3921 Add C++ ostream operator<< functions ...

2016-09-07 Thread viveksjain
Github user viveksjain commented on a diff in the pull request: https://github.com/apache/thrift/pull/1083#discussion_r77875285 --- Diff: compiler/cpp/src/generate/t_cpp_generator.cc --- @@ -541,6 +542,35 @@ void t_cpp_generator::generate_enum(t_enum* tenum) {

[GitHub] thrift pull request #1083: THRIFT-3921 Add C++ ostream operator<< functions ...

2016-09-07 Thread jeking3
Github user jeking3 commented on a diff in the pull request: https://github.com/apache/thrift/pull/1083#discussion_r77873190 --- Diff: compiler/cpp/src/generate/t_cpp_generator.cc --- @@ -541,6 +542,35 @@ void t_cpp_generator::generate_enum(t_enum* tenum) { <<

[GitHub] thrift pull request #1083: THRIFT-3921 Add C++ ostream operator<< functions ...

2016-09-07 Thread viveksjain
GitHub user viveksjain opened a pull request: https://github.com/apache/thrift/pull/1083 THRIFT-3921 Add C++ ostream operator<< functions for enums You can merge this pull request into a Git repository by running: $ git pull https://github.com/viveksjain/thrift THRIFT-3921