You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In documentation, one would expect that field_3 could be referenced as test::SubType::field_3 or test::SubType::OneOfField::field_3. However, the field is not accessible as oneof is not a C++ type.
Once the style is chosen (i.e, test::SubType3::field_3 or test::SubType3::OneOfField::field_3) the fix is relatively simple.
The text was updated successfully, but these errors were encountered:
mechterp10
added
the
bug
Problems in the build system, build scripts, etc or faults in the interface.
label
Mar 29, 2022
Example
Input
Output
In documentation, one would expect that field_3 could be referenced as
test::SubType::field_3
ortest::SubType::OneOfField::field_3
. However, the field is not accessible as oneof is not a C++ type.Once the style is chosen (i.e,
test::SubType3::field_3
ortest::SubType3::OneOfField::field_3
) the fix is relatively simple.The text was updated successfully, but these errors were encountered: