pitrou commented on code in PR #38054:
URL: https://github.com/apache/arrow/pull/38054#discussion_r1350052457


##########
cpp/src/generated/Tensor_generated.h:
##########
@@ -59,6 +59,7 @@ struct TensorDimBuilder {
         : fbb_(_fbb) {
     start_ = fbb_.StartTable();
   }
+  TensorDimBuilder &operator=(const TensorDimBuilder &);

Review Comment:
   These declarations don't seem to cause any problem, but they are weird 
nevertheless, as the corresponding definitions do not exist. Which version of 
Flatbuffers did you use?
   
   Using flatc version 23.5.26 (the latest release), I don't get these 
declarations.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to