[
https://issues.apache.org/jira/browse/THRIFT-2503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexander Potashev updated THRIFT-2503:
---------------------------------------
Attachment: 0001-THRIFT-2503-C-compiler-Fix-build-due-to-variable-nam.patch
Patch.
I tested it with a plain variable in a structure only, e.g. "6: optional i32
val;"
> C++: Fix name collision when a struct has a member named "val"
> --------------------------------------------------------------
>
> Key: THRIFT-2503
> URL: https://issues.apache.org/jira/browse/THRIFT-2503
> Project: Thrift
> Issue Type: Bug
> Components: C++ - Compiler
> Affects Versions: 0.9.1
> Reporter: Alexander Potashev
> Attachments:
> 0001-THRIFT-2503-C-compiler-Fix-build-due-to-variable-nam.patch
>
>
> When a Thrift "struct" defined in the .thrift IDL file has a member "val",
> the C++ compiler generates the following faulty code in the setter method for
> that member variable:
> void MyStruct::__set_val(const int32_t val) {
> val = val;
> __isset.val = true;
> }
--
This message was sent by Atlassian JIRA
(v6.2#6252)