| commit | d3f13f0907dda34dff1ecc7dd7bc4fec2b26f168 | [log] [tgz] |
|---|---|---|
| author | Dirk Sandbrink <dsandbrink@gmail.com> | Mon Jan 17 10:56:35 2022 +0100 |
| committer | Dirk Sandbrink <dsandbrink@gmail.com> | Mon Jan 17 23:25:42 2022 +0100 |
| tree | 924fe783668842962ec099548075bc4cdc919758 | |
| parent | 16b490ce1fd1e102ef27363c78cccedb16d4fbe2 [diff] |
THRIFT-5418: Fix missing implementation for enum functions If a thrift file only contains an enum, then the c++ source file with the implementation for to_string and ostream operator<< is not generated. This bug was introduced in PR#2095 / THRIFT-5168.