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
Make use of the default feature for copy/move assignment/constructor, only unions need some special handling, for structs there is nothing special so the compiler default should work
there are some static methods generated which are fastdds specific, maybe move them to a separate templated struct so they are clearly separated, the user doesn't want to see those when he looks at his idl defined type
this example doesn't use any array/vector, so why add includes for that to the header?
the class has no explicit constructor accepting values for each struct member in the order they are specified in IDL
there is no namespace level swap generated as defined by IDL to C++11
The text was updated successfully, but these errors were encountered:
We are open to external contributions so feel free to open the corresponding PRs if you want to. I am also moving this ticket to the Ideas discussion forum where enhancements and feature requests are discussed.
When looking at the IDL generated code (for example https://github.com/eProsima/Fast-DDS/blob/master/examples/C%2B%2B/Keys/sample.h) I have the following suggestions:
The text was updated successfully, but these errors were encountered: